From 1548ec44624129cc383d9be5d1cc296308279347 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Mon, 15 May 2023 09:39:25 +0200 Subject: [PATCH] add missing dimension for evalp output shape --- evalhyd-python.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evalhyd-python.ipynb b/evalhyd-python.ipynb index a8e8c3c..58a657a 100644 --- a/evalhyd-python.ipynb +++ b/evalhyd-python.ipynb @@ -94,7 +94,7 @@ "import evalhyd\n", "\n", "# compute Brier score\n", - "# > shape: {sites: 1, lead times: 1, subsets: 1, samples: 1}\n", + "# > shape: {sites: 1, lead times: 1, subsets: 1, samples: 1, thresholds: 2}\n", "evalhyd.evalp(obs, prd, [\"BS\"], thr, events=\"high\")" ], "metadata": { -- GitLab