File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1477,7 +1477,8 @@ def test_bxp_with_xlabels():
1477
1477
@image_comparison (baseline_images = ['bxp_horizontal' ],
1478
1478
remove_text = True , extensions = ['png' ],
1479
1479
savefig_kwarg = {'dpi' : 40 },
1480
- style = 'default' )
1480
+ style = 'default' ,
1481
+ tol = 0.1 )
1481
1482
def test_bxp_horizontal ():
1482
1483
np .random .seed (937 )
1483
1484
logstats = matplotlib .cbook .boxplot_stats (
@@ -1492,7 +1493,8 @@ def test_bxp_horizontal():
1492
1493
@image_comparison (baseline_images = ['bxp_with_ylabels' ],
1493
1494
extensions = ['png' ],
1494
1495
savefig_kwarg = {'dpi' : 40 },
1495
- style = 'default' )
1496
+ style = 'default' ,
1497
+ tol = 0.1 ,)
1496
1498
def test_bxp_with_ylabels ():
1497
1499
np .random .seed (937 )
1498
1500
logstats = matplotlib .cbook .boxplot_stats (
You can’t perform that action at this time.
0 commit comments