Ouranosinc / xclim

Library of derived climate variables, ie climate indicators, based on xarray.
https://xclim.readthedocs.io/en/stable/
Apache License 2.0
333 stars 59 forks source link

SDBA tools failing with `dask>=2024.11` #1992

Closed Zeitsperre closed 1 week ago

Zeitsperre commented 2 weeks ago

Setup Information

Description

It seems that the latest dask (2024.11.0) is causing our SDBA-based tests to fail. This is also causing failures on PAVICS notebooks.

Steps To Reproduce

$ python -m pip install dask==2024.11.1
$ pytest

Additional context

https://docs.dask.org/en/stable/changelog.html#v2024-11-1

Contribution

Code of Conduct