8000 Merge pull request #7063 from jenshnielsen/fixhiststeplog_appveyor · timhoffm/matplotlib@6103dd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6103dd6

Browse files
committed
Merge pull request matplotlib#7063 from jenshnielsen/fixhiststeplog_appveyor
TST: Tweek tol for test_hist_steplog to fix tests on appveyor
1 parent 85f6bfc commit 6103dd6

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
@@ -1130,7 +1130,7 @@ def test_hist_step_empty():
11301130
ax = plt.gca()
11311131
ax.hist([], histtype='step')
11321132

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

0 commit comments

Comments
 (0)
0