We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619a311 commit 1d59353Copy full SHA for 1d59353
gempy_viewer/modules/plot_2d/plot_2d_utils.py
@@ -5,11 +5,10 @@
5
6
from gempy.core.data import Grid
7
from gempy.core.data.core_utils import calculate_line_coordinates_2points, interpolate_zvals_at_xy
8
-from gempy.core.data.grid_modules import grid_types
9
from gempy.core.data.grid_modules import Sections, RegularGrid
10
11
12
-def slice_cross_section(regular_grid: grid_types.RegularGrid, direction: str, cell_number: int or str):
+def slice_cross_section(regular_grid: RegularGrid, direction: str, cell_number: int or str):
13
"""
14
Slice the 3D array (blocks or scalar field) in the specific direction selected in the plot functions
15
0 commit comments