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 ef62911

Browse filesBrowse files
committed
Bump a tolerance in test_axisartist_floating_axes.
This is to stop random test failures with test_curvelinear4.png. It's original tolerance was 0.01; the mismatch is sometimes 0.011. Closes #10602.
1 parent e188fae commit ef62911
Copy full SHA for ef62911

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/mpl_toolkits/tests/test_axisartist_floating_axes.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/tests/test_axisartist_floating_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_curvelinear3():
8080

8181

8282
@image_comparison(baseline_images=['curvelinear4'],
83-
extensions=['png'], style='default', tol=0.01)
83+
extensions=['png'], style='default', tol=0.015)
8484
def test_curvelinear4():
8585
fig = plt.figure(figsize=(5, 5))
8686
fig.clf()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.