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

Skip to content

Commit ef62911

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/tests/test_axisartist_floating_axes.py

Lines 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)