8000 double tolerance for test_png.py/pngsuite on Windows · matplotlib/matplotlib@1b3c7d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b3c7d4

Browse files
committed
double tolerance for test_png.py/pngsuite on Windows
1 parent 5d1cd3c commit 1b3c7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_png.py

Lines changed: 1 addition & 1 deletion
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)
0