Skip to content

Commit 3fad2d5

Browse files
authored
Merge pull request #7531 from efiring/pngsuite_tolerance
TST: double tolerance for test_png.py/pngsuite on Windows
2 parents 0487ec2 + 1b3c7d4 commit 3fad2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_png.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
@image_comparison(baseline_images=['pngsuite'], extensions=['png'],
20-
tol=0.01 if on_win else 0)
20+
tol=0.02 if on_win else 0)
2121
def test_pngsuite():
2222
dirname = os.path.join(
2323
os.path.dirname(__file__),

0 commit comments

Comments
 (0)