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

comment out unused variable

1 merge request!3release v0.1.0
Pipeline #42815 passed with stage
in 2 minutes and 9 seconds
Showing with 4 additions and 7 deletions
+4 -7
......@@ -352,8 +352,8 @@ namespace evalhyd
elt["KGEPRIME"] = {"mean_obs", "mean_prd", "quad_obs", "quad_prd",
"r_pearson", "alpha", "bias"};
// register nested metrics (i.e. metric dependent on another metric)
// TODO
// TODO: register nested metrics (i.e. metric dependent on another metric)
// dep[...] = {...};
// determine required elt/dep to be pre-computed
std::vector<std::string> req_elt;
......@@ -398,11 +398,8 @@ namespace evalhyd
}
}
// pre-compute required dep
for ( const auto& dependency : req_dep )
{
// TODO
}
// TODO: pre-compute required dep
// for ( const auto& dependency : req_dep ) {...}
// retrieve or compute requested metrics
std::vector<xt::xarray<double>> r;
......
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