Skip to content

Commit

Permalink
Merge pull request #1843 from mgiuca-google/backend_pgf_compare_images
Browse files Browse the repository at this point in the history
test_backend_pgf: TypeError
  • Loading branch information
dmcdougall committed Mar 23, 2013
2 parents 3deb761 + c0c0acf commit 74918a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_backend_pgf.py
Expand Up @@ -57,7 +57,7 @@ def compare_figure(fname):

expected = os.path.join(result_dir, "expected_%s" % fname)
shutil.copyfile(os.path.join(baseline_dir, fname), expected)
err = compare_images(expected, actual)
err = compare_images(expected, actual, tol=14)
if err:
raise ImageComparisonFailure('images not close: %s vs. %s' % (actual, expected))

Expand Down

0 comments on commit 74918a4

Please sign in to comment.