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

fix typos in docstrings

Showing with 2 additions and 2 deletions
+2 -2
...@@ -127,7 +127,7 @@ namespace evalhyd ...@@ -127,7 +127,7 @@ namespace evalhyd
// //
// \param sum_f_k // \param sum_f_k
// Number of forecast members exceeding threshold(s). // Number of forecast members exceeding threshold(s).
// shape: (thresholds,) // shape: (thresholds, time)
// \param n_mbr // \param n_mbr
// Number of ensemble members. // Number of ensemble members.
// \return // \return
......
...@@ -38,7 +38,7 @@ namespace evalhyd ...@@ -38,7 +38,7 @@ namespace evalhyd
// Determine alerts based on forecast. // Determine alerts based on forecast.
// //
// \param sum_f_k // \param sum_f_k
// Observed event outcome. // Number of forecast members exceeding threshold(s).
// shape: (thresholds, time) // shape: (thresholds, time)
// \param n_mbr // \param n_mbr
// Number of ensemble members. // Number of ensemble members.
......
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