We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d80dfd commit b88beeaCopy full SHA for b88beea
2 files changed
lenapy/lenapy_geo.py
@@ -10,7 +10,7 @@
10
try:
11
import xesmf as xe
12
except ModuleNotFoundError:
13
- raise warnings.warn(
+ warnings.warn(
14
"Warning: No module named 'ESMF', often due to installation with pip instead of conda for the xesmf lib."
15
"You can try to manually set up the ESMFMKFILE global variable with os.environ() function to solve"
16
"this issue."
lenapy/readers/geo_reader.py
@@ -11,7 +11,7 @@
17
0 commit comments