From 3ae3c99cca9fc2ad94656ba06362d4436e6ce34d Mon Sep 17 00:00:00 2001 From: fbourgin <francois.bourgin@inrae.fr> Date: Tue, 20 May 2025 15:03:14 +0200 Subject: [PATCH] add a test for q_lvl --- tests/test_probabilist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_probabilist.py b/tests/test_probabilist.py index 6d2faa2..584c940 100644 --- a/tests/test_probabilist.py +++ b/tests/test_probabilist.py @@ -162,7 +162,7 @@ class TestMetrics(unittest.TestCase): def test_intervals_qlvl_metrics(self): lvl = numpy.array([50., 80.]) - qlvl = numpy.array(10., 25., 75., 90]) + qlvl = numpy.array([10., 25., 75., 90]) for metric in expected_itv_qlvl.keys(): numpy.set_printoptions(precision=13) -- GitLab