Skip to content

Commit 466111d

Browse files
authored
Merge branch 'mahf708/eamxx/rcs-dask-hotfix' (PR #7868)
This pull request makes a small update to the dependency checks in rcs_stats.py by ensuring that the dask library is available before running the script. This is similar to how other required libraries are handled. [BFB]
2 parents 951485c + c8f274c commit 466111d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/eamxx/cime_config/SystemTests/rcs_stats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
from utils import _ensure_pylib_impl
6868

6969
_ensure_pylib_impl("xarray")
70+
_ensure_pylib_impl("dask")
7071
_ensure_pylib_impl("scipy")
7172
_ensure_pylib_impl("statsmodels", min_version="0.14.0")
7273

0 commit comments

Comments
 (0)