Commit 0a5bea89 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix typos in doc/comments

Showing with 2 additions and 2 deletions
+2 -2
......@@ -31,7 +31,7 @@ namespace evalhyd
/// 1D array of streamflow exceedance threshold(s).
/// shape: (thresholds,)
/// \return
/// Vector of 1D array of metrics for each threshold.
/// Vector of 2D array of metrics for each threshold.
std::vector<xt::xtensor<double, 2>> evaluate(
const std::vector<std::string>& metrics,
const xt::xtensor<double, 2>& q_obs,
......@@ -45,7 +45,7 @@ namespace evalhyd
std::unordered_map<std::string, std::vector<std::string>> elt;
std::unordered_map<std::string, std::vector<std::string>> dep;
// register potentially recurring computation elt across metrics
// register potentially recurring computation elements across metrics
elt["bs"] = {"o_k", "y_k"};
elt["bss"] = {"o_k"};
elt["bs_crd"] = {"o_k", "y_k"};
......
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