Commit d7abf7fe authored by fbourgin's avatar fbourgin
Browse files

wip

1 merge request!9Draft: Resolve "evaluation of quantiles prediction"
Pipeline #63284 failed with stage
in 2 minutes and 11 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -68,7 +68,7 @@ namespace evalhyd
{
auto a = xt::broadcast(xt::view(quantiles, i), std::vector<std::size_t>({q_lvl.size(), 2}));
auto b = xt::broadcast(q_lvl, std::vector<std::size_t>({2, q_lvl.size()}));
auto res = xt::where(xt::equal(a, xt::transpose(b));
auto res = xt::where(xt::equal(a, xt::transpose(b)));
if (res.size() != 2)
{
throw std::runtime_error(
......
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