Skip to content

Commit e492d6e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3c7944b commit e492d6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

odc/stats/plugins/l34_utils/l4_water_persistence.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ def water_persistence(xx: xr.Dataset, watper_threshold):
1414
{"a": xx.water_frequency.data},
1515
name="mark_water",
1616
dtype="uint8",
17-
**{"m": watper_threshold[3], "nodata": NODATA, "water_freq_nodata": WATER_FREQ_NODATA},
17+
**{
18+
"m": watper_threshold[3],
19+
"nodata": NODATA,
20+
"water_freq_nodata": WATER_FREQ_NODATA,
21+
},
1822
)
1923

2024
# 10 <= water_frequency < 1 --> 1

0 commit comments

Comments
 (0)