Skip to content

Commit

Permalink
Increased tolerance for stroke test comparison (#4057)
Browse files Browse the repository at this point in the history
Increased tolerance for stroke test comparison
  • Loading branch information
hugovk committed Sep 11, 2019
2 parents cce7a76 + b913fa6 commit cd880d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagedraw.py
Expand Up @@ -831,7 +831,7 @@ def test_stroke(self):


# Assert # Assert
self.assert_image_similar( self.assert_image_similar(
im, Image.open("Tests/images/imagedraw_stroke_" + suffix + ".png"), 2.8 im, Image.open("Tests/images/imagedraw_stroke_" + suffix + ".png"), 3.1
) )


@unittest.skipUnless(HAS_FREETYPE, "ImageFont not available") @unittest.skipUnless(HAS_FREETYPE, "ImageFont not available")
Expand Down

0 comments on commit cd880d6

Please sign in to comment.