Skip to content

Commit

Permalink
fixup: RegularSurface (more)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Sep 22, 2023
1 parent 1d22b7f commit 9028acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtgeo/surface/regular_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2572,7 +2572,7 @@ def slice_cube_window(
showprogress: bool = False,
deadtraces: bool = True,
algorithm: Literal[1, 2, 3] = 2,
) -> Tuple[None, Dict[xtgeo.RegularSurface]]:
) -> Optional[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 9028acc

Please sign in to comment.