From bca64f6b5dfe251a868e33798724958496044b46 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Fri, 27 Jan 2023 17:18:36 +0100 Subject: [PATCH] document new output dimensions related to newly added metrics --- include/evalhyd/evalp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/evalhyd/evalp.hpp b/include/evalhyd/evalp.hpp index 83ca062..658de7f 100644 --- a/include/evalhyd/evalp.hpp +++ b/include/evalhyd/evalp.hpp @@ -130,7 +130,7 @@ namespace evalhyd /// The sequence of evaluation metrics computed in the same order /// as given in *metrics*. /// shape: (metrics,)<(sites, lead times, subsets, samples, - /// {quantiles,} {thresholds,} {components})> + /// {quantiles,} {thresholds,} {components,} {ranks,} {intervals})> /// /// :Examples: /// -- GitLab