Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 14f8f89 commit 0513ef2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rsciio/tests/test_tiff.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 0513ef2

Please sign in to comment.