From d7abf7feada694376fd5d1dc2d6219cb8ca20ad7 Mon Sep 17 00:00:00 2001 From: fbourgin <francois.bourgin@inrae.fr> Date: Tue, 8 Apr 2025 14:33:40 +0200 Subject: [PATCH] wip --- include/evalhyd/detail/probabilist/intervals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/evalhyd/detail/probabilist/intervals.hpp b/include/evalhyd/detail/probabilist/intervals.hpp index f5ed846..a663969 100644 --- a/include/evalhyd/detail/probabilist/intervals.hpp +++ b/include/evalhyd/detail/probabilist/intervals.hpp @@ -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( -- GitLab