Skip to content

Commit 47574d2

Browse files
Update pygmt/src/earthtide.py
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
1 parent e270bf7 commit 47574d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/earthtide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ def earthtide(**kwargs):
8989
with Session() as lib:
9090
if (outgrid := kwargs.get("G")) is None:
9191
kwargs["G"] = outgrid = tmpfile.name # output to tmpfile
92-
lib.call_module("earthtide", build_arg_string(kwargs))
92+
lib.call_module(module="earthtide", args=build_arg_string(kwargs))
9393

9494
return load_dataarray(outgrid) if outgrid == tmpfile.name else None

0 commit comments

Comments
 (0)