From ec42e5d8816e2b3c196d08b38b787aa60b7bbc2b Mon Sep 17 00:00:00 2001 From: fbourgin <francois.bourgin@inrae.fr> Date: Thu, 24 Apr 2025 09:21:13 +0200 Subject: [PATCH] wip - test --- tests/test_probabilist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_probabilist.cpp b/tests/test_probabilist.cpp index 0ee579f..4cea2a8 100644 --- a/tests/test_probabilist.cpp +++ b/tests/test_probabilist.cpp @@ -320,7 +320,7 @@ TEST(ProbabilistTests, TestIntervalsQLVL) xt::xtensor<double, 2>({}), "", // events {50., 80.}, // c_lvl - {0.1, 0.25, 0.75, 0.9} // q_lvl + {10., 25., 75., 90.} // q_lvl ); // check results -- GitLab