Ouranosinc / xscen

A climate change scenario-building analysis framework.
https://xscen.readthedocs.io/
Apache License 2.0
13 stars 2 forks source link

⚠️ Nightly upstream-dev CI failed ⚠️ #415

Open github-actions[bot] opened 2 weeks ago

github-actions[bot] commented 2 weeks ago

Workflow Run URL

Python 3.10 Test Summary ``` tests/test_biasadjust.py::TestAdjust::test_basic[periods0-None-None-None]: TypeError: '<' not supported between instances of 'cftime._cftime.DatetimeNoLeap' and 'str' tests/test_biasadjust.py::TestAdjust::test_basic[periods1-test-i-p]: TypeError: '<' not supported between instances of 'cftime._cftime.DatetimeNoLeap' and 'str' tests/test_biasadjust.py::TestAdjust::test_write_train: TypeError: '<' not supported between instances of 'cftime._cftime.DatetimeNoLeap' and 'str' tests/test_biasadjust.py::TestAdjust::test_xclim_vs_xscen: TypeError: '<' not supported between instances of 'cftime._cftime.DatetimeNoLeap' and 'str' ```
juliettelavoie commented 1 week ago

FYI: The failing tests can be fixed by a pin xarray <2024.06.0, see #414.