8000 TST: more lenient tolerances for bxp · matplotlib/matplotlib@1eac1a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1eac1a2

Browse files
phobsonjenshnielsen
authored andcommitted
TST: more lenient tolerances for bxp
1 parent 99b522e commit 1eac1a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,8 @@ def test_bxp_with_xlabels():
14771477
@image_comparison(baseline_images=['bxp_horizontal'],
14781478
remove_text=True, extensions=['png'],
14791479
savefig_kwarg={'dpi': 40},
1480-
style='default')
1480+
style='default',
1481+
tol=0.1)
14811482
def test_bxp_horizontal():
14821483
np.random.seed(937)
14831484
logstats = matplotlib.cbook.boxplot_stats(
@@ -1492,7 +1493,8 @@ def test_bxp_horizontal():
14921493
@image_comparison(baseline_images=['bxp_with_ylabels'],
14931494
extensions=['png'],
14941495
savefig_kwarg={'dpi': 40},
1495-
style='default')
1496+
style='default',
1497+
tol=0.1,)
14961498
def test_bxp_with_ylabels():
14971499
np.random.seed(937)
14981500
logstats = matplotlib.cbook.boxplot_stats(

0 commit comments

Comments
 (0)
0