File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1976,7 +1976,7 @@ def test_declarative_plot_geometry_points(ccrs):
19761976 return pc .figure
19771977
19781978
1979- @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.002 )
1979+ @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.03 )
19801980def test_declarative_skewt_plot ():
19811981 """Test plotting of a simple skewT with declarative."""
19821982 date = datetime (2016 , 5 , 22 , 0 )
@@ -2004,7 +2004,7 @@ def test_declarative_skewt_plot():
20042004 return panel .figure
20052005
20062006
2007- @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.002 )
2007+ @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.03 )
20082008def test_declarative_skewt_plot_shade_cape ():
20092009 """Test plotting of a skewT with declarative and shading."""
20102010 from metpy .calc import parcel_profile
You can’t perform that action at this time.
0 commit comments