Commit bc80be73 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

correct documented output type for evalp

Showing with 5 additions and 3 deletions
+5 -3
...@@ -47,9 +47,11 @@ namespace evalhyd ...@@ -47,9 +47,11 @@ namespace evalhyd
/// ///
/// :Returns: /// :Returns:
/// ///
/// ``std::vector<xt::xtensor<double, 5>>`` /// ``std::vector<xt::xarray<double>>``
/// The sequence of evaluation metrics computed /// The sequence of evaluation metrics computed in the same order
/// in the same order as given in *metrics*. /// as given in *metrics*.
/// shape: (metrics,)<(sites, lead times, subsets, {quantiles,}
/// {thresholds,} {components})>
/// ///
/// :Examples: /// :Examples:
/// ///
......
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