Commit 09d12e8b authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

harmonise docstrings with determinist parameters

parent fadb5fa9
No related merge requests found
Pipeline #38572 passed with stages
in 2 minutes and 55 seconds
Showing with 6 additions and 6 deletions
+6 -6
......@@ -22,16 +22,16 @@ namespace evalhyd
/// :Parameters:
///
/// q_obs: ``xt::xtensor<double, 2>``
/// Streamflow observations. Time steps with missing observation
/// must be assigned `NAN` values. Those time steps will be pairwise
/// ignored in the observations and the predictions before the
/// 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.
/// shape: (sites, time)
///
/// q_prd: ``xt::xtensor<double, 4>``
/// Streamflow predictions. Time steps with missing prediction
/// must be assigned `NAN` values. Those time steps will be pairwise
/// ignored in the observations and the predictions before the
/// 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.
/// shape: (sites, lead times, members, time)
///
......
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