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 = ( ...@@ -24,7 +24,7 @@ _all_metrics = (
# ranks-based # ranks-based
'RANK_HIST', 'DS', 'AS', 'RANK_HIST', 'DS', 'AS',
# intervals # intervals
'CR', 'AW', 'AWN', 'AWI', 'WS', 'WSS', 'CR', 'AW', 'AWN', 'WS',
# multivariate # multivariate
'ES' 'ES'
) )
...@@ -82,7 +82,7 @@ class TestMetrics(unittest.TestCase): ...@@ -82,7 +82,7 @@ class TestMetrics(unittest.TestCase):
metric: ( metric: (
numpy.genfromtxt(f"./expected/evalp/{metric}.csv", delimiter=',') numpy.genfromtxt(f"./expected/evalp/{metric}.csv", delimiter=',')
[numpy.newaxis, numpy.newaxis, numpy.newaxis, numpy.newaxis, ...] [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 = { 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