Skip to content

Commit

Permalink
fixup: RegularSurface
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Sep 22, 2023
1 parent 41430ee commit 4490c1e
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/xtgeo/surface/regular_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,9 @@
import xtgeo.common.sys as xtgeosys
from xtgeo.common.constants import VERYLARGENEGATIVE, VERYLARGEPOSITIVE

from . import (
_regsurf_boundary,
_regsurf_cube,
_regsurf_cube_window,
_regsurf_export,
_regsurf_grid3d,
_regsurf_gridding,
_regsurf_import,
_regsurf_oper,
_regsurf_roxapi,
_regsurf_utils,
)
from . import (_regsurf_boundary, _regsurf_cube, _regsurf_cube_window,
_regsurf_export, _regsurf_grid3d, _regsurf_gridding,
_regsurf_import, _regsurf_oper, _regsurf_roxapi, _regsurf_utils)

xtg = xtgeo.common.XTGeoDialog()
logger = xtg.functionlogger(__name__)
Expand Down Expand Up @@ -2572,7 +2563,7 @@ def slice_cube_window(
showprogress: bool = False,
deadtraces: bool = True,
algorithm: Literal[1, 2, 3] = 2,
) -> Tuple(None, Dict[xtgeo.RegularSurface]):
) -> Tuple[None, Dict[xtgeo.RegularSurface]]:
"""Slice the cube within a vertical window and get the statistical attrubutes.
The statistical attributes can be min, max etc. Attributes are:
Expand Down

0 comments on commit 4490c1e

Please sign in to comment.