Skip to content

Commit

Permalink
Increase CMYK test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Mar 3, 2023
1 parent 0b3f841 commit 5608c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-suite/test_colour.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_colourspace(self):
before = cmyk(10, 10)
after = im2(10, 10)

assert_almost_equal_objects(before, after, threshold=10)
assert_almost_equal_objects(before, after, threshold=11)

# test results from Bruce Lindbloom's calculator:
# http://www.brucelindbloom.com
Expand Down

0 comments on commit 5608c82

Please sign in to comment.