Skip to content

Commit

Permalink
fix: relocating bounding box
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Nov 27, 2023
1 parent f8aac3a commit 8b18eb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions LoopStructural/datatypes/__init__.py
@@ -1 +1,2 @@
from ._surface import Surface
from ._bounding_box import BoundingBox
File renamed without changes.
2 changes: 1 addition & 1 deletion LoopStructural/utils/__init__.py
Expand Up @@ -17,7 +17,7 @@
get_data_bounding_box,
get_data_bounding_box_map,
)
from ._bounding_box import BoundingBox
from ..datatypes._bounding_box import BoundingBox
from .helper import get_dip_vector, get_strike_vector, get_vectors, strike_dip_vector
from .regions import RegionEverywhere, RegionFunction, NegativeRegion, PositiveRegion

Expand Down

0 comments on commit 8b18eb2

Please sign in to comment.