Skip to content

Commit 29c2623

Browse files
authored
Increase image comparison tolerance for test_grdimage_global_subset (#3019)
1 parent 7347418 commit 29c2623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_grdimage.py

+1-1
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(tolerance=3.0)
176+
@pytest.mark.mpl_image_compare(tolerance=3.6)
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)