Skip to content

Commit

Permalink
MNT: Slightly bump tolerance for numpy 2
Browse files Browse the repository at this point in the history
Not sure why this triggered, but it's too small a bump to worry about.
  • Loading branch information
dopplershift committed Aug 22, 2024
1 parent 5b5617d commit 31dab04
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 @@ -285,7 +285,7 @@ def test_declarative_figsize():


@pytest.mark.mpl_image_compare(remove_text=True,
tolerance=0.104 if version_check('cartopy<0.23') else 0.031)
tolerance=0.104 if version_check('cartopy<0.23') else 0.033)
@needs_cartopy
def test_declarative_smooth_field():
"""Test the smoothing of the field with smooth_field trait."""
Expand Down

0 comments on commit 31dab04

Please sign in to comment.