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 f347f70 commit 5236ac2Copy full SHA for 5236ac2
pygmt/tests/test_grdcut.py
@@ -19,7 +19,7 @@ def fixture_grid():
19
20
21
def test_grdcut_file_in_file_out():
22
- "grduct an input grid file, and output to a grid file"
+ "grdcut an input grid file, and output to a grid file"
23
with GMTTempFile(suffix=".nc") as tmpfile:
24
result = grdcut("@earth_relief_01d", outgrid=tmpfile.name, region="0/180/0/90")
25
assert result is None # return value is None
0 commit comments