Skip to content

Commit

Permalink
See where no delta gets us
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Jan 15, 2024
1 parent 3fa0299 commit d6c24a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pillow.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def test_transform_colorspace_to_srgb(self):
self.assertAlmostEqual(
actual,
expected,
delta=1000,
delta=0,
msg="The colors in this image deviate too much from the expected values.",
)

Expand Down

0 comments on commit d6c24a7

Please sign in to comment.