Commit dd500e7d authored by fbourgin's avatar fbourgin
Browse files

add a test for q_lvl

parent 3ae3c99c
1 merge request!4Resolve "evaluation of quantiles prediction"
Pipeline #63739 failed with stage
in 4 minutes and 24 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -94,7 +94,7 @@ class TestMetrics(unittest.TestCase): ...@@ -94,7 +94,7 @@ class TestMetrics(unittest.TestCase):
metric: ( metric: (
numpy.genfromtxt(f"./expected/evalp/{metric}_QLVL.csv", delimiter=',') numpy.genfromtxt(f"./expected/evalp/{metric}_QLVL.csv", delimiter=',')
[numpy.newaxis, numpy.newaxis, numpy.newaxis, numpy.newaxis, ...] [numpy.newaxis, numpy.newaxis, numpy.newaxis, numpy.newaxis, ...]
) for metric in ('CR') ) for metric in ('CR',)
} }
expected_mvr = { expected_mvr = {
......
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