From 79fedacf8b31de3a21513a580af3f5ca4a0ade8e 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 268b0839ea6..2bfd2855ae5 100644 --- a/tests/plots/test_declarative.py +++ b/tests/plots/test_declarative.py @@ -1976,7 +1976,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) @@ -2004,7 +2004,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