Ouranosinc / xscen

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

Input requirements break `xs.ensemble_stats` #298

Open RondeauG opened 10 months ago

RondeauG commented 10 months ago

Setup Information

Description

Currently, xs.ensemble_stats tries to handle multiple functions in xclim.ensembles that do not necessarily have compatible input requirements. Some examples:

Steps To Reproduce

No response

Additional context

xs.ensemble_stats performs no checks and never warns the user if the list of tests is incompatible with the data provided.

At minimum, we should add that. Better yet, we should try to find a way to support that, or split xs.ensemble_stats in multiple functions.

Contribution