Commit 0a4a5247 authored by fbourgin's avatar fbourgin
Browse files

wip - debug

parent 1a7a57a0
1 merge request!9Resolve "evaluation of quantiles prediction"
Pipeline #63440 failed with stage
in 3 minutes and 40 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -66,7 +66,7 @@ namespace evalhyd ...@@ -66,7 +66,7 @@ namespace evalhyd
{ {
for (std::size_t i = 0; i < n_itv; i++) for (std::size_t i = 0; i < n_itv; i++)
{ {
auto a = xt::broadcast(xt::view(quantiles, i), std::vector<std::size_t>({q_lvl.size(), 2})); //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 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) //if (res.size() != 2)
......
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