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

Skip to content

Commit 725ccd5

Browse files
committed
Tweek tol for test_hist_steplog to fix tests on appveyor
1 parent 4cb15ef commit 725ccd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ def test_hist_step_empty():
11291129
ax = plt.gca()
11301130
ax.hist([], histtype='step')
11311131

1132-
@image_comparison(baseline_images=['hist_steplog'], remove_text=True, tol=0.05)
1132+
@image_comparison(baseline_images=['hist_steplog'], remove_text=True, tol=0.1)
11331133
def test_hist_steplog():
11341134
np.random.seed(0)
11351135
data = np.random.standard_normal(2000)

0 commit comments

Comments
 (0)