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

remove doc for parameter not existing anymore

Showing with 0 additions and 5 deletions
+0 -5
...@@ -336,11 +336,6 @@ namespace evalhyd ...@@ -336,11 +336,6 @@ namespace evalhyd
/// \param [in] q_thr: /// \param [in] q_thr:
/// 1D array of streamflow exceedance threshold(s). /// 1D array of streamflow exceedance threshold(s).
/// shape: (thresholds,) /// shape: (thresholds,)
/// \param [in] above (optional):
/// Boolean to indicate whether exceedance corresponds to being greater
/// (above) the thresholds or being lower than the thresholds (below).
/// True means above, False means below. If not provided, set to
/// default value True.
/// \return /// \return
/// 1D array of Brier Skill Score for each threshold. /// 1D array of Brier Skill Score for each threshold.
/// shape: (thresholds,) /// shape: (thresholds,)
......
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