Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa16041

Browse files
committed
Lower test tolerance for pgf tests
1 parent ba09cc6 commit fa16041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backend_pgf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def compare_figure(fname, savefig_kwargs={}):
4747

4848
expected = os.path.join(result_dir, "expected_%s" % fname)
4949
shutil.copyfile(os.path.join(baseline_dir, fname), expected)
50-
err = compare_images(expected, actual, tol=14)
50+
err = compare_images(expected, actual, tol=0)
5151
if err:
5252
raise ImageComparisonFailure('images not close: %s vs. '
5353
'%s' % (actual, expected))

0 commit comments

Comments
 (0)