Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f6bfc commit 6103dd6Copy full SHA for 6103dd6
1 file changed
lib/matplotlib/tests/test_axes.py
@@ -1130,7 +1130,7 @@ def test_hist_step_empty():
1130
ax = plt.gca()
1131
ax.hist([], histtype='step')
1132
1133
-@image_comparison(baseline_images=['hist_steplog'], remove_text=True, tol=0.05)
+@image_comparison(baseline_images=['hist_steplog'], remove_text=True, tol=0.1)
1134
def test_hist_steplog():
1135
np.random.seed(0)
1136
data = np.random.standard_normal(2000)
0 commit comments