From e785de1dd1a8cd2b68569da08807a1a147b3ba24 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Mon, 1 Aug 2022 10:38:46 +0200 Subject: [PATCH] fix typo --- src/determinist/evaluator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/determinist/evaluator.hpp b/src/determinist/evaluator.hpp index 23a0b88..9b03717 100644 --- a/src/determinist/evaluator.hpp +++ b/src/determinist/evaluator.hpp @@ -155,7 +155,7 @@ namespace evalhyd // shape: ({1+, ...}, 1) // \require quad_obs: // Quadratic errors between observations and mean observation. - // shape: ({1+, ...}, time) + // shape: ({1, ...}, time) // \require quad_prd: // Quadratic errors between predictions and mean prediction. // shape: ({1+, ...}, time) -- GitLab