Skip to content

Commit 7021a11

Browse files
committed
Fixing CI
1 parent 29c02ee commit 7021a11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CI/SCRIPTS/test_satellites.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ def _test_core(
340340
):
341341
assert np.nanmax(band_arr) < 10.0
342342
assert np.nanpercentile(band_arr, 95) < 1.0
343-
assert np.nanmin(band_arr) > 0.0
343+
assert np.nanmin(band_arr) > -1.0
344+
assert np.nanpercentile(band_arr, 5) > 0.0
344345

345346
# Check attributes
346347
assert band_arr.attrs["long_name"] == first_band.name

0 commit comments

Comments
 (0)