From af058241b9d6140061e1f963bfccebe8eef72909 Mon Sep 17 00:00:00 2001
From: Thibault Hallouin <thibault.hallouin@inrae.fr>
Date: Thu, 15 Sep 2022 11:31:34 +0200
Subject: [PATCH] fix mistake in calculation of CRPS

---
 deps/evalhyd              | 2 +-
 tests/test_probabilist.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deps/evalhyd b/deps/evalhyd
index bb555ae..fff3085 160000
--- a/deps/evalhyd
+++ b/deps/evalhyd
@@ -1 +1 @@
-Subproject commit bb555aee25de67b568390f4d76ae9b9a1678a065
+Subproject commit fff308517dbcd4fa1f47b64a75591eaafdcfa8d1
diff --git a/tests/test_probabilist.py b/tests/test_probabilist.py
index ac11c09..ceef060 100644
--- a/tests/test_probabilist.py
+++ b/tests/test_probabilist.py
@@ -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):
-- 
GitLab