Skip to content

Commit 7c7ddc7

Browse files
committed
Merge branch 'refs/heads/main' into javoha_dev
2 parents 7b96cd7 + 2b8dabb commit 7c7ddc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.modules.reader.read_structured_topography(
81+
struct: ss.StructuredData = ss.reader.read_structured_topography(
8282
path=filepath,
8383
crop_to_extent=crop_to_extent
8484
)

0 commit comments

Comments
 (0)