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

Skip to content

Commit 2d9c534

Browse files
authored
Merge pull request #7063 from jenshnielsen/fixhiststeplog_appveyor
TST: Tweek tol for test_hist_steplog to fix tests on appveyor
2 parents 67a5170 + 725ccd5 commit 2d9c534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)