Skip to content

Commit

Permalink
update test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
kgoebber committed Jan 10, 2024
1 parent df53f9c commit 51c9a3e
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 @@ -2133,7 +2133,7 @@ def test_declarative_plot_geometry_lines(ccrs):
return pc.figure


@pytest.mark.mpl_image_compare(remove_text=False, tolerance=2.985)
@pytest.mark.mpl_image_compare(remove_text=False, tolerance=0.013)
def test_declarative_plot_geometry_fills(ccrs):
"""Test that `PlotGeometry` correctly plots MultiLineString and LineString objects."""
from shapely.geometry import Polygon
Expand Down

0 comments on commit 51c9a3e

Please sign in to comment.