Commit 51e26bd2 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix typo in docstring

No related merge requests found
Pipeline #38601 passed with stages
in 2 minutes and 39 seconds
Showing with 4 additions and 6 deletions
+4 -6
......@@ -38,18 +38,16 @@ namespace evalhyd
/// Streamflow observations. Time steps with missing observations
/// must be assigned `NAN` values. Those time steps will be ignored
/// both in the observations and the predictions before the
/// *metrics* are computed. Observations and predictions must be
/// feature the same number of dimensions and they must be
/// broadcastable.
/// *metrics* are computed. Observations and predictions must feature
/// the same number of dimensions and they must be broadcastable.
/// shape: ({... ,} time)
///
/// q_prd: ``xt::xexpression<A>``
/// Streamflow predictions. Time steps with missing predictions
/// must be assigned `NAN` values. Those time steps will be ignored
/// both in the observations and the predictions before the
/// *metrics* are computed. Observations and predictions must be
/// feature the same number of dimensions and they must be
/// broadcastable.
/// *metrics* are computed. Observations and predictions must feature
/// the same number of dimensions and they must be broadcastable.
/// shape: ({... ,} time)
///
/// metrics: ``std::vector<std::string>``
......
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