We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4901c commit 97637d4Copy full SHA for 97637d4
1 file changed
pygmt/tests/test_grdlandmask.py
@@ -49,7 +49,7 @@ def test_grdlandmask_no_outgrid(expected_grid):
49
"""
50
Test grdlandmask with no set outgrid.
51
52
- result = grdlandmask(spacing=1, region=[125, 130, 30, 35], cores=1, verbose="i")
+ result = grdlandmask(spacing=1, region=[125, 130, 30, 35], cores=2)
53
# check information of the output grid
54
assert isinstance(result, xr.DataArray)
55
assert result.gmt.gtype == 1 # Geographic grid
0 commit comments