From 0513ef29e73de48423f5a66c62d10bf52c4cfe82 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:16:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- rsciio/tests/test_tiff.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rsciio/tests/test_tiff.py b/rsciio/tests/test_tiff.py index eba6aaf0..dd91e0f1 100644 --- a/rsciio/tests/test_tiff.py +++ b/rsciio/tests/test_tiff.py @@ -1094,7 +1094,6 @@ def test_hamamatsu_streak_otherfile(self): 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) - def test_hamamatsu_streak_non_uniform_load(self): file = "test_hamamatsu_streak_SCAN.tif" fname = os.path.join(self.path, file)