ESMValGroup / ESMValCore

ESMValCore: A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts.
https://www.esmvaltool.org
Apache License 2.0
42 stars 38 forks source link

Multimodel tests failing due to mishandling of fill/missing values #2503

Closed valeriupredoi closed 1 month ago

valeriupredoi commented 1 month ago

Test failures since last night; it appears to be Dask the trouble maker, am investigating right now.

valeriupredoi commented 1 month ago

indeed reverting to dask == 2024.7.1 and running with --cache-clear tests pass; dask == 2024.8.0 is the bugger, incoming PR to pin it, then off to create a minimal repro case to tell the Dask folks

valeriupredoi commented 1 month ago

the real reason why we see this is this https://github.com/SciTools/iris/issues/6109 and our actual issue that should not be closed until Iris provide a fix https://github.com/ESMValGroup/ESMValCore/issues/2506