Skip to content

Commit

Permalink
update test tolerance slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kgoebber committed Sep 16, 2022
1 parent 38e9247 commit 79fedac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plots/test_declarative.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 79fedac

Please sign in to comment.