You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: env/environment.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,8 @@ def my_which(soft):
260
260
261
261
#: Should ds() calls be checked w.r.t. datafiles. "if_found" means yes if some relevant datafiles exists. Other allowed values are True and False. See :ref:`that section of class cdataset's documentation<data_check>`
262
262
data_check="if_found"
263
+
# For the time being, ensure compatibility with earlier behaviour
264
+
data_check=False
263
265
264
266
#: On ds() calls, which level of check of the requested period w.r.t datafiles. See :ref:`that section of class cdataset's documentation<data_check>`
0 commit comments