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 e270bf7 commit 47574d2Copy full SHA for 47574d2
pygmt/src/earthtide.py
@@ -89,6 +89,6 @@ def earthtide(**kwargs):
89
with Session() as lib:
90
if (outgrid := kwargs.get("G")) is None:
91
kwargs["G"] = outgrid = tmpfile.name # output to tmpfile
92
- lib.call_module("earthtide", build_arg_string(kwargs))
+ lib.call_module(module="earthtide", args=build_arg_string(kwargs))
93
94
return load_dataarray(outgrid) if outgrid == tmpfile.name else None
0 commit comments