From bc80be73621720c69da5651cb4006711c732a01e Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Thu, 11 Aug 2022 13:57:22 +0200 Subject: [PATCH] correct documented output type for evalp --- include/evalhyd/evalp.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/evalhyd/evalp.hpp b/include/evalhyd/evalp.hpp index 0d461f5..27293c7 100644 --- a/include/evalhyd/evalp.hpp +++ b/include/evalhyd/evalp.hpp @@ -47,9 +47,11 @@ namespace evalhyd /// /// :Returns: /// - /// ``std::vector<xt::xtensor<double, 5>>`` - /// The sequence of evaluation metrics computed - /// in the same order as given in *metrics*. + /// ``std::vector<xt::xarray<double>>`` + /// The sequence of evaluation metrics computed in the same order + /// as given in *metrics*. + /// shape: (metrics,)<(sites, lead times, subsets, {quantiles,} + /// {thresholds,} {components})> /// /// :Examples: /// -- GitLab