Skip to content

Commit 0a9cbf1

Browse files
committed
Cleanup
1 parent 85ed37c commit 0a9cbf1

File tree

2 files changed

+1
-114
lines changed

2 files changed

+1
-114
lines changed

examples/tutorials/z_other_tutorials/a1_fold.py

Lines changed: 0 additions & 113 deletions
This file was deleted.

gempy/API/grid_API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def set_topography_from_arrays(grid: Grid, xyz_vertices: np.ndarray):
7878

7979
def set_topography_from_file(grid: Grid, filepath: str, crop_to_extent: Union[Sequence, None] = None):
8080
ss = require_subsurface()
81-
struct: ss.StructuredData = ss.reader.read_structured_topography(
81+
struct: ss.StructuredData = ss.modules.reader.read_structured_topography(
8282
path=filepath,
8383
crop_to_extent=crop_to_extent
8484
)

0 commit comments

Comments
 (0)