Skip to content

Commit 79fedac

Browse files
committed
update test tolerance slightly
1 parent 38e9247 commit 79fedac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/plots/test_declarative.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
19801980
def 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)
20082008
def test_declarative_skewt_plot_shade_cape():
20092009
"""Test plotting of a skewT with declarative and shading."""
20102010
from metpy.calc import parcel_profile

0 commit comments

Comments
 (0)