We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c02ee commit 7021a11Copy full SHA for 7021a11
1 file changed
CI/SCRIPTS/test_satellites.py
@@ -340,7 +340,8 @@ def _test_core(
340
):
341
assert np.nanmax(band_arr) < 10.0
342
assert np.nanpercentile(band_arr, 95) < 1.0
343
- assert np.nanmin(band_arr) > 0.0
+ assert np.nanmin(band_arr) > -1.0
344
+ assert np.nanpercentile(band_arr, 5) > 0.0
345
346
# Check attributes
347
assert band_arr.attrs["long_name"] == first_band.name
0 commit comments