Commit 7adb66dd authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

pass multi-sites/multi-leadtimes tensors to probabilist Evaluator

Until now, the probabilist Evaluator was not able to compute multi-sites
and/or multi-leadtimes metrics, because it was given one site and one
lead time at a time. This was done to spare some memory, but it was not
logical to load all sites and all lead times for the input data and then
only process a small chunk at a time.

There is no multi-sites/multi-leadtimes metrics implemented yet, but
the Evaluator is ready for it now. This implementation makes full use
of the broadcasting power of xtensor.
parent f6ca9c92
1 merge request!3release v0.1.0
Pipeline #43400 passed with stage
in 2 minutes and 25 seconds
Showing with 751 additions and 578 deletions
+751 -578
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment