Skip to content

Commit 2634fd9

Browse files
committed
Reduce threshold for NIRReflectance test comparison
Some CI runners seem to be a little more off than others
1 parent e790588 commit 2634fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

satpy/tests/test_modifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def test_basic_call(self, tmp_path, include_sunz, include_co2, exp_res):
310310
assert res.attrs["units"] == "%"
311311
assert res.attrs["sun_zenith_threshold"] == 85.0
312312
assert res.attrs["sun_zenith_masking_limit"] == 88.0
313-
np.testing.assert_allclose(res_np, exp_res, atol=1e-6)
313+
np.testing.assert_allclose(res_np, exp_res, atol=2e-6)
314314

315315
@pytest.mark.parametrize(
316316
"comp_kwargs",

0 commit comments

Comments
 (0)