Commit af058241 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix mistake in calculation of CRPS

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
Subproject commit bb555aee25de67b568390f4d76ae9b9a1678a065
Subproject commit fff308517dbcd4fa1f47b64a75591eaafdcfa8d1
......@@ -36,7 +36,7 @@ class TestMetrics(unittest.TestCase):
[[[[321.1607717, 294.3494105, 265.70418006,
236.15648446, 206.03965702]]]],
'CRPS':
[[[207.8059391]]]
[[[176.63504823]]]
}
def test_threshold_metrics(self):
......
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