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 8d5fcbc commit a8f434aCopy full SHA for a8f434a
tests/test_pytest_mpl.py
@@ -23,7 +23,7 @@
23
WIN = sys.platform.startswith('win')
24
25
# In some cases, the fonts on Windows can be quite different
26
-DEFAULT_TOLERANCE = 10 if WIN else None
+DEFAULT_TOLERANCE = 10 if WIN else 2
27
28
29
@pytest.mark.mpl_image_compare(baseline_dir=baseline_dir_local,
0 commit comments