Commit fa444cd5 authored by fbourgin's avatar fbourgin
Browse files

test q_lvl

parent b969ca12
1 merge request!4Resolve "evaluation of quantiles prediction"
Pipeline #63767 failed with stage
in 4 minutes and 7 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -285,8 +285,8 @@ class TestMetrics(unittest.TestCase): ...@@ -285,8 +285,8 @@ class TestMetrics(unittest.TestCase):
# read in and check data in CSV files # read in and check data in CSV files
for metric in self.expected_itv_qlvl.keys(): for metric in self.expected_itv_qlvl.keys():
for lt in ['leadtime_1', 'leadtime_2']: for lt in ['leadtime_1']:
for st in ['site_a', 'site_b', 'site_c']: for st in ['site_a']:
res = numpy.genfromtxt( res = numpy.genfromtxt(
f"./outputs/{lt}/{st}_{metric}.csv", delimiter=',' f"./outputs/{lt}/{st}_{metric}.csv", delimiter=','
) )
......
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