Skip to content

Commit 286e23c

Browse files
fix type annotation
1 parent cbb32a0 commit 286e23c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

imod/msw/grid_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585

8686
self._pkgcheck()
8787

88-
def _generate_isactive_array(self) -> np.ndarray:
88+
def _generate_isactive_array(self) -> xr.DataArray:
8989
"""
9090
Generate a 1D array of active cells to be used on other packages.
9191
@@ -128,7 +128,7 @@ def generate_index_array(self) -> tuple[np.ndarray, xr.DataArray]:
128128
This method is kept for backward compatibility, but will be removed in
129129
future versions and will thus throw a deprecation warning. Use
130130
:meth:`imod.msw.GridData.generate_isactive_svat_arrays` instead.
131-
131+
132132
Generate index array and svat grid to be used on other packages.
133133
134134
Returns

0 commit comments

Comments
 (0)