Skip to content

Commit

Permalink
tests: actually d1b9946
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 23, 2025
1 parent d1b9946 commit a6cea5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rtdc_fmt_tdms.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def test_image_basic():
# on macOS. Possible reason is underlying ffmpeg build
# for M1 etc. arm processors :zany_face:
assert np.allclose(np.average(ds["image"][1]), 45.1490478515625,
atol=0.4)
atol=0.5)


@pytest.mark.filterwarnings(
Expand Down

0 comments on commit a6cea5e

Please sign in to comment.