Commit 6efc5a88 authored by fbourgin's avatar fbourgin
Browse files

wip - debug

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