From f5af7d3c3c69dbdebc307c6676c378e53ba44c76 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Fri, 13 Jan 2023 09:53:19 +0100 Subject: [PATCH] fix typos in docstrings --- include/evalhyd/detail/probabilist/brier.hpp | 2 +- include/evalhyd/detail/probabilist/contingency.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/evalhyd/detail/probabilist/brier.hpp b/include/evalhyd/detail/probabilist/brier.hpp index 162d70d..b8d80eb 100644 --- a/include/evalhyd/detail/probabilist/brier.hpp +++ b/include/evalhyd/detail/probabilist/brier.hpp @@ -127,7 +127,7 @@ namespace evalhyd // // \param sum_f_k // Number of forecast members exceeding threshold(s). - // shape: (thresholds,) + // shape: (thresholds, time) // \param n_mbr // Number of ensemble members. // \return diff --git a/include/evalhyd/detail/probabilist/contingency.hpp b/include/evalhyd/detail/probabilist/contingency.hpp index 9db86ad..3a35d35 100644 --- a/include/evalhyd/detail/probabilist/contingency.hpp +++ b/include/evalhyd/detail/probabilist/contingency.hpp @@ -38,7 +38,7 @@ namespace evalhyd // Determine alerts based on forecast. // // \param sum_f_k - // Observed event outcome. + // Number of forecast members exceeding threshold(s). // shape: (thresholds, time) // \param n_mbr // Number of ensemble members. -- GitLab