We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 116a063 + 727868d commit 26ab232Copy full SHA for 26ab232
1 file changed
Tests/test_file_wmf.py
@@ -66,7 +66,7 @@ def test_load_set_dpi():
66
assert im.size == (164, 164)
67
68
with Image.open("Tests/images/drawing_wmf_ref_144.png") as expected:
69
- assert_image_similar(im, expected, 2.0)
+ assert_image_similar(im, expected, 2.1)
70
71
72
def test_save(tmp_path):
0 commit comments