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.
2 parents 9f30479 + 4cca4c1 commit c407a23Copy full SHA for c407a23
pygmt/tests/test_which.py
@@ -68,7 +68,7 @@ def test_which_nonascii_path(monkeypatch):
68
# Start a new session
69
begin()
70
# GMT should download the remote file under the new home directory.
71
- fname = which(fname="@static_earth_relief.nc", download="c", verbose="d")
+ fname = which(fname="@static_earth_relief.nc", download="c")
72
assert fname.startswith(fakehome)
73
assert fname.endswith("static_earth_relief.nc")
74
end()
0 commit comments