From c877f461f6e1773c6ae4260fe75be7e11b56e5e6 Mon Sep 17 00:00:00 2001
From: fbourgin <francois.bourgin@inrae.fr>
Date: Thu, 24 Apr 2025 15:28:07 +0200
Subject: [PATCH] wip - debug

---
 tests/test_probabilist.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/test_probabilist.cpp b/tests/test_probabilist.cpp
index a4bd6b0..4c8bc28 100644
--- a/tests/test_probabilist.cpp
+++ b/tests/test_probabilist.cpp
@@ -338,6 +338,9 @@ TEST(ProbabilistTests, TestIntervalsQLVL)
     // check results
     for (std::size_t m = 0; m < metrics.size(); m++)
     {
+        std::cout << results[m][0] << std::endl;
+        std::cout << results[m][1] << std::endl;
+
         EXPECT_TRUE(xt::all(xt::isclose(
                 results[m], expected[metrics_[m]], 1e-05, 1e-08, true
         ))) << "Failure for (" << metrics[m] << ")";
-- 
GitLab