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 51f3943 commit 713b0e9Copy full SHA for 713b0e9
pygmt/clib/session.py
@@ -87,7 +87,7 @@
87
np.datetime64: "GMT_DATETIME",
88
}
89
90
-# load the GMT library outside the Session class so it's loaded once.
+# Load the GMT library outside the Session class to avoid repeating loading.
91
_libgmt = load_libgmt()
92
93
0 commit comments