Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6103dd6

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.