Skip to content

Commit 4fb69a8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 87dc2b9 commit 4fb69a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

odc/stats/plugins/l34_utils/lc_water_seasonality.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def water_seasonality(xx: xr.Dataset, water_seasonality_threshold):
1616
{"a": xx.water_frequency.data},
1717
name="mark_water_season",
1818
dtype="float32",
19-
**{"nodata":NODATA, "watersea_nodata": WATER_FREQ_NODATA},
20-
)
19+
**{"nodata": NODATA, "watersea_nodata": WATER_FREQ_NODATA},
20+
)
2121

2222
water_season_mask = expr_eval(
2323
"where((a>watseas_trh)&(a<=12), 1, a)",

0 commit comments

Comments
 (0)