Commit 36ece7d5 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

remove WSS and AWI as metrics

see evalhyd-cpp#7
1 merge request!2release v0.1.1.0
Showing with 3 additions and 5 deletions
+3 -5
......@@ -4,7 +4,7 @@ metrics = ["BS", "BSS", "BS_CRD", "BS_LBD", "REL_DIAG", "CRPS_FROM_BS",
"QS", "CRPS_FROM_QS",
"POD", "POFD", "FAR", "CSI", "ROCSS",
"RANK_HIST", "DS", "AS",
"CR", "AW", "AWN", "AWI", "WS", "WSS",
"CR", "AW", "AWN", "WS",
"ES"]
q_obs = "./data/evalp/obs"
q_prd = "./data/evalp/prd"
......
0.9821120161733,0.9880951944476
0.6621887740287,0.4360388849930
......@@ -26,7 +26,7 @@ _all_metrics = (
# ranks-based
'RANK_HIST', 'DS', 'AS',
# intervals-based
'CR', 'AW', 'AWN', 'AWI', 'WS', 'WSS',
'CR', 'AW', 'AWN', 'WS',
# multivariate
'ES'
)
......@@ -76,7 +76,7 @@ class TestMetrics(unittest.TestCase):
metric: (
numpy.genfromtxt(f"./expected/evalp/{metric}.csv", delimiter=',')
[numpy.newaxis, numpy.newaxis, numpy.newaxis, numpy.newaxis, ...]
) for metric in ('CR', 'AW', 'AWN', 'AWI', 'WS', 'WSS')
) for metric in ('CR', 'AW', 'AWN', 'WS')
}
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