Commit 9fb82cea authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix outdated metric name in docstring

1 merge request!6release v0.1.1
Pipeline #46842 passed with stage
in 3 minutes and 44 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -166,7 +166,7 @@ namespace evalhyd
///
/// .. code-block:: c++
///
/// evalhyd::evalp(obs, prd, {"CRPS"});
/// evalhyd::evalp(obs, prd, {"CRPS_FROM_QS"});
///
/// \endrst
template <class XD2, class XD4, class XB4 = xt::xtensor<bool, 4>,
......
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