Commit 301c68f6 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

remove AWI and WSS

see evalhyd-cpp#7
1 merge request!2release v0.1.1.0
Showing with 2 additions and 4 deletions
+2 -4
0.9821120161733,0.9880951944476
0.6621887740287,0.4360388849930
......@@ -24,7 +24,7 @@ _all_metrics = (
# ranks-based
'RANK_HIST', 'DS', 'AS',
# intervals
'CR', 'AW', 'AWN', 'AWI', 'WS', 'WSS',
'CR', 'AW', 'AWN', 'WS',
# multivariate
'ES'
)
......@@ -82,7 +82,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