diff --git a/rsciio/tests/test_tiff.py b/rsciio/tests/test_tiff.py index dd91e0f1..8f002e36 100644 --- a/rsciio/tests/test_tiff.py +++ b/rsciio/tests/test_tiff.py @@ -1092,7 +1092,7 @@ def test_hamamatsu_streak_otherfile(self): np.testing.assert_allclose(s.axes_manager[1].scale, 1.0, rtol=1e-3) np.testing.assert_allclose(s.axes_manager[1].offset, 0.0, rtol=1e-3, atol=1e-5) np.testing.assert_allclose(s.axes_manager[0].scale, 1.0, rtol=1e-3) - np.testing.assert_allclose(s.axes_manager[0].offset, 0.0, rtol=1e-3) + np.testing.assert_allclose(s.axes_manager[0].offset, 0.0, rtol=1e-3, atol=1e-5) def test_hamamatsu_streak_non_uniform_load(self): file = "test_hamamatsu_streak_SCAN.tif"