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