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 24cbb55 commit c331615Copy full SHA for c331615
src/pykrige/compat_gstools.py
@@ -9,6 +9,7 @@
9
GSTOOLS_INSTALLED = True
10
GSTOOLS_VERSION = list(map(int, gs.__version__.split(".")[:2]))
11
except ImportError:
12
+ gs = None
13
GSTOOLS_INSTALLED = False
14
GSTOOLS_VERSION = None
15
0 commit comments