8000 Increase tolerance for boxplot test image. · matplotlib/matplotlib@1c84560 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c84560

Browse files
committed
Increase tolerance for boxplot test image.
1 parent a40fc3f commit 1c84560

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
@@ -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