File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2007,7 +2007,7 @@ def test_declarative_plot_geometry_points(ccrs):
20072007 return pc .figure
20082008
20092009
2010- @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.002 )
2010+ @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.03 )
20112011def test_declarative_skewt_plot ():
20122012 """Test plotting of a simple skewT with declarative."""
20132013 date = datetime (2016 , 5 , 22 , 0 )
@@ -2035,7 +2035,7 @@ def test_declarative_skewt_plot():
20352035 return panel .figure
20362036
20372037
2038- @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.002 )
2038+ @pytest .mark .mpl_image_compare (remove_text = True , tolerance = 0.03 )
20392039def test_declarative_skewt_plot_shade_cape ():
20402040 """Test plotting of a skewT with declarative and shading."""
20412041 from metpy .calc import parcel_profile
You can’t perform that action at this time.
0 commit comments