Commit c60101b6 authored by fbourgin's avatar fbourgin
Browse files

wip - debug

parent ec42e5d8
1 merge request!9Resolve "evaluation of quantiles prediction"
Pipeline #63438 failed with stage
in 3 minutes and 39 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -78,9 +78,9 @@ namespace evalhyd ...@@ -78,9 +78,9 @@ namespace evalhyd
} else } else
{ {
xt::view(itv_bnds, xt::all(), xt::all(), i, 0, xt::all()) = xt::view(itv_bnds, xt::all(), xt::all(), i, 0, xt::all()) =
xt::view(q_prd, std::min(res[0][1], res[1][1])); xt::view(q_prd, 0);
xt::view(itv_bnds, xt::all(), xt::all(), i, 1, xt::all()) = xt::view(itv_bnds, xt::all(), xt::all(), i, 1, xt::all()) =
xt::view(q_prd, std::max(res[0][1], res[1][1])); xt::view(q_prd, 1);
} }
} }
} }
......
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