Skip to content

Commit 35e2d61

Browse files
committed
Try setting cores=1 and turn on verbose info mode
1 parent b8b10fd commit 35e2d61

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], cores=2)
52+
result = grdlandmask(spacing=1, region=[125, 130, 30, 35], cores=1, verbose="i")
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)