Commit e5c8d50d authored by fbourgin's avatar fbourgin
Browse files

wip - debug

1 merge request!9Draft: Resolve "evaluation of quantiles prediction"
Pipeline #63451 failed with stage
in 3 minutes and 45 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -70,8 +70,8 @@ namespace evalhyd
auto b = xt::broadcast(q_lvl / 100., std::vector<std::size_t>({2, q_lvl.size()}));
auto res = xt::where(xt::equal(a, xt::transpose(b)));
std::cout << "res: " << res.size() << std::endl;
std::cout << "res: " << res[0] << std::endl;
std::cout << "res: " << res[1] << std::endl;
std::cout << "res: " << res[0][0] << std::endl;
std::cout << "res: " << res[1][0] << std::endl;
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