From 1d636433a9f51016454c769545d2c7b518f98d30 Mon Sep 17 00:00:00 2001 From: kgoebber Date: Fri, 16 Sep 2022 10:26:14 -0500 Subject: [PATCH] update test tolerance slightly --- tests/plots/test_declarative.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/plots/test_declarative.py b/tests/plots/test_declarative.py index b3a220c12aa..0c3400c7793 100644 --- a/tests/plots/test_declarative.py +++ b/tests/plots/test_declarative.py @@ -2007,7 +2007,7 @@ def test_declarative_plot_geometry_points(ccrs): return pc.figure -@pytest.mark.mpl_image_compare(remove_text=True, tolerance=0.002) +@pytest.mark.mpl_image_compare(remove_text=True, tolerance=0.03) def test_declarative_skewt_plot(): """Test plotting of a simple skewT with declarative.""" date = datetime(2016, 5, 22, 0) @@ -2035,7 +2035,7 @@ def test_declarative_skewt_plot(): return panel.figure -@pytest.mark.mpl_image_compare(remove_text=True, tolerance=0.002) +@pytest.mark.mpl_image_compare(remove_text=True, tolerance=0.03) def test_declarative_skewt_plot_shade_cape(): """Test plotting of a skewT with declarative and shading.""" from metpy.calc import parcel_profile