Skip to content

Commit e56ff71

Browse files
committed
Bump test tolerance by 1-per-thousand on old ghostscripts.
1 parent 1936c94 commit e56ff71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backend_pgf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_xelatex():
9595
@pytest.mark.skipif(not _has_tex_package('ucs'), reason='needs ucs.sty')
9696
@pytest.mark.backend('pgf')
9797
@image_comparison(['pgf_pdflatex.pdf'], style='default',
98-
tol=11.7 if _old_gs_version else 0)
98+
tol=11.71 if _old_gs_version else 0)
9999
def test_pdflatex():
100100
if os.environ.get('APPVEYOR'):
101101
pytest.xfail("pdflatex test does not work on appveyor due to missing "

0 commit comments

Comments
 (0)