Thanks to visit codestin.com Credit goes to github.com
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.
1 parent da6c00b commit c9b2425Copy full SHA for c9b2425
1 file changed
lib/matplotlib/tests/test_png.py
@@ -15,6 +15,7 @@
15
import sys
16
on_win = (sys.platform == 'win32')
17
18
+
19
@image_comparison(baseline_images=['pngsuite'], extensions=['png'],
20
tol=0.01 if on_win else 0)
21
def test_pngsuite():
0 commit comments