Skip to content

Commit 1d63643

Browse files
committed
update test tolerance slightly
1 parent b8214f1 commit 1d63643

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/plots/test_declarative.py

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

0 commit comments

Comments
 (0)