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 1c84560

Browse filesBrowse files
committed
Increase tolerance for boxplot test image.
1 parent a40fc3f commit 1c84560
Copy full SHA for 1c84560

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
@@ -2310,7 +2310,7 @@ def test_bxp_bad_positions():
23102310

23112311

23122312
@image_comparison(baseline_images=['boxplot', 'boxplot'],
2313-
tol=1,
2313+
tol=1.28,
23142314
style='default')
23152315
def test_boxplot():
23162316
# Randomness used for bootstrapping.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.