File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ def test_polar_coord_annotations():
189
189
ax .set_xlim ( - 20 , 20 )
190
190
ax .set_ylim ( - 20 , 20 )
191
191
192
- @image_comparison (baseline_images = ['fill_units' ])
192
+ @image_comparison (baseline_images = ['fill_units' ], tol = 18 )
193
193
def test_fill_units ():
194
194
from datetime import datetime
195
195
import matplotlib .testing .jpl_units as units
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def test_date_axhline():
56
56
fig .subplots_adjust (left = 0.25 )
57
57
58
58
59
- @image_comparison (baseline_images = ['date_axvline' ])
59
+ @image_comparison (baseline_images = ['date_axvline' ], tol = 16 )
60
60
def test_date_axvline ():
61
61
# test ax hline with date inputs
62
62
t0 = datetime .datetime (2000 , 1 , 20 )
You can’t perform that action at this time.
0 commit comments