Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c0c0acf

Browse filesBrowse files
committed
test_backend_pgf: Bump up tolerance to 14.
1 parent a92e7b3 commit c0c0acf
Copy full SHA for c0c0acf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_backend_pgf.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_pgf.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.