Skip to content

Commit 137a04f

Browse files
committed
Run test_grdlandmask_no_outgrid with 2 cores
1 parent 54577a8 commit 137a04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_grdlandmask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_grdlandmask_no_outgrid(expected_grid):
4949
"""
5050
Test grdlandmask with no set outgrid.
5151
"""
52-
result = grdlandmask(spacing=1, region=[125, 130, 30, 35])
52+
result = grdlandmask(spacing=1, region=[125, 130, 30, 35], cores=2)
5353
# check information of the output grid
5454
assert isinstance(result, xr.DataArray)
5555
assert result.gmt.gtype == 1 # Geographic grid

0 commit comments

Comments
 (0)