File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 logger .warning ("Using deprecated version of scikit-image" )
1313 from skimage .measure import marching_cubes_lewiner as marching_cubes
1414
15- # from LoopStructural.interpolators import GeologicalInterpolator
15+ # from LoopStructural.interpolators._geological_interpolator import GeologicalInterpolator
1616from LoopStructural .datatypes import Surface , BoundingBox
1717
1818surface_list = dict [str , Surface ]
@@ -22,7 +22,7 @@ class LoopIsosurfacer:
2222 def __init__ (
2323 self ,
2424 bounding_box : BoundingBox ,
25- interpolator : Optional [ 'GeologicalInterpolator' ] = None ,
25+ interpolator = None ,
2626 callable : Optional [Callable [[npt .ArrayLike ], npt .ArrayLike ]] = None ,
2727 ):
2828 """Extract isosurfaces from a geological interpolator or a callable function.
You can’t perform that action at this time.
0 commit comments