File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1976,7 +1976,7 @@ def test_declarative_plot_geometry_points(ccrs):
1976
1976
return pc .figure
1977
1977
1978
1978
1979
- @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.002 )
1979
+ @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.03 )
1980
1980
def test_declarative_skewt_plot ():
1981
1981
"""Test plotting of a simple skewT with declarative."""
1982
1982
date = datetime (2016 , 5 , 22 , 0 )
@@ -2004,7 +2004,7 @@ def test_declarative_skewt_plot():
2004
2004
return panel .figure
2005
2005
2006
2006
2007
- @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.002 )
2007
+ @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.03 )
2008
2008
def test_declarative_skewt_plot_shade_cape ():
2009
2009
"""Test plotting of a skewT with declarative and shading."""
2010
2010
from metpy .calc import parcel_profile
You can’t perform that action at this time.
0 commit comments