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 e6f88f1 commit c8b99e4Copy full SHA for c8b99e4
flopy4/mf6/converter/unstructure.py
@@ -90,7 +90,7 @@ def _hack_structured_grid_dims(
90
)
91
92
93
-def _hack_period_non_numeric(name, value) -> dict:
+def _hack_period_non_numeric(name: str, value: xr.DataArray) -> tuple[str, dict[int, str]]:
94
match value.dtype:
95
case np.bool:
96
data = {kper: "" for kper in range(value.sizes["nper"]) if value.values[kper]}
0 commit comments