Skip to content

Commit 26ab232

Browse files
authored
Merge pull request #4588 from radarhere/dpi
Increased epsilon to pass on Windows
2 parents 116a063 + 727868d commit 26ab232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/test_file_wmf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_load_set_dpi():
6666
assert im.size == (164, 164)
6767

6868
with Image.open("Tests/images/drawing_wmf_ref_144.png") as expected:
69-
assert_image_similar(im, expected, 2.0)
69+
assert_image_similar(im, expected, 2.1)
7070

7171

7272
def test_save(tmp_path):

0 commit comments

Comments
 (0)