Commit e5a4f355 authored by fbourgin's avatar fbourgin
Browse files

test q_lvl

parent 486b4061
1 merge request!4Resolve "evaluation of quantiles prediction"
Pipeline #63769 failed with stage
in 5 minutes and 3 seconds
Showing with 49 additions and 2 deletions
+49 -2
This diff is collapsed.
...@@ -276,7 +276,7 @@ class TestMetrics(unittest.TestCase): ...@@ -276,7 +276,7 @@ class TestMetrics(unittest.TestCase):
# compute all metrics with evalhyd evald # compute all metrics with evalhyd evald
subprocess.run( subprocess.run(
['evalhyd', 'evalp', _obs, _prd, ['evalhyd', 'evalp', _obs, _prd_qlvl,
*tuple(self.expected_itv_qlvl.keys()), *tuple(self.expected_itv_qlvl.keys()),
'--c_lvl', *_lvl_qlvl, '--c_lvl', *_lvl_qlvl,
'--q_lvl', *_qlvl, '--q_lvl', *_qlvl,
......
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