Ouranosinc / xscen

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

Fix build-path for out-of-bounds dates #218

Closed aulemahal closed 1 year ago

aulemahal commented 1 year ago

Pull Request Checklist:

What kind of change does this PR introduce?

Does this PR introduce a breaking change?

No

Other information:

I could have avoided the injection by using datetime64[s] instead, but this requires pandas 2. Clisops 0.9.6's conda package doesn't have the good dependencies, so we currently can't install pandas 2 in a conda env for xscen. This should be fixed soon with clisops 0.9.7.