Skip to content

Commit

Permalink
Another threshold tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Apr 30, 2024
1 parent b8c4a36 commit 7e1f18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plots/test_declarative.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def test_declarative_additional_layers_plot_options():

@pytest.mark.mpl_image_compare(
remove_text=True,
tolerance=2.74 if version_check('matplotlib<3.8') else 0.74)
tolerance=2.74 if version_check('matplotlib<3.8') else 1.91)
@needs_cartopy
def test_declarative_contour_convert_units():
"""Test making a contour plot."""
Expand Down

0 comments on commit 7e1f18f

Please sign in to comment.