Skip to content

Commit 8b18eb2

Browse files
committed
fix: relocating bounding box
1 parent f8aac3a commit 8b18eb2

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from ._surface import Surface
2+
from ._bounding_box import BoundingBox
File renamed without changes.

LoopStructural/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
get_data_bounding_box,
1818
get_data_bounding_box_map,
1919
)
20-
from ._bounding_box import BoundingBox
20+
from ..datatypes._bounding_box import BoundingBox
2121
from .helper import get_dip_vector, get_strike_vector, get_vectors, strike_dip_vector
2222
from .regions import RegionEverywhere, RegionFunction, NegativeRegion, PositiveRegion
2323

0 commit comments

Comments
 (0)