Skip to content

Commit 04a6c07

Browse files
authored
Slightly increase the tolerance for test_grdimage_global_subset (#3006)
1 parent d0fec93 commit 04a6c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_grdimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def test_grdimage_over_dateline(xrgrid):
173173
return fig
174174

175175

176-
@pytest.mark.mpl_image_compare
176+
@pytest.mark.mpl_image_compare(tolerance=3.0)
177177
def test_grdimage_global_subset(grid_360):
178178
"""
179179
Ensure subsets of grids are plotted correctly on a global map.

0 commit comments

Comments
 (0)