Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent 87dc2b9 commit 4fb69a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odc/stats/plugins/l34_utils/lc_water_seasonality.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def water_seasonality(xx: xr.Dataset, water_seasonality_threshold):
{"a": xx.water_frequency.data},
name="mark_water_season",
dtype="float32",
**{"nodata":NODATA, "watersea_nodata": WATER_FREQ_NODATA},
)
**{"nodata": NODATA, "watersea_nodata": WATER_FREQ_NODATA},
)

water_season_mask = expr_eval(
"where((a>watseas_trh)&(a<=12), 1, a)",
Expand Down

0 comments on commit 4fb69a8

Please sign in to comment.