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

Skip to content

Commit c0c0acf

Browse files
committed
test_backend_pgf: Bump up tolerance to 14.
1 parent a92e7b3 commit c0c0acf

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
@@ -57,7 +57,7 @@ def compare_figure(fname):
5757

5858
expected = os.path.join(result_dir, "expected_%s" % fname)
5959
shutil.copyfile(os.path.join(baseline_dir, fname), expected)
60-
err = compare_images(expected, actual, tol=10)
60+
err = compare_images(expected, actual, tol=14)
6161
if err:
6262
raise ImageComparisonFailure('images not close: %s vs. %s' % (actual, expected))
6363

0 commit comments

Comments
 (0)