mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Update epsilona for hopper
This commit is contained in:
parent
d7f7965aa2
commit
8f2d707a7a
|
@ -194,7 +194,7 @@ class TestImage(PillowTestCase):
|
||||||
# Assert
|
# Assert
|
||||||
self.assertEqual(im.size, (128, 128))
|
self.assertEqual(im.size, (128, 128))
|
||||||
im3 = Image.open('Tests/images/effect_spread.png')
|
im3 = Image.open('Tests/images/effect_spread.png')
|
||||||
self.assert_image_similar(im2, im3, 80)
|
self.assert_image_similar(im2, im3, 110)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user