From 8b952cebfdc8a25a3d54f340b56fd123e8b8a277 Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Tue, 31 May 2022 11:35:11 +0200 Subject: [PATCH] fix typo resulting in bug (i.e. not catching missing parameter) --- include/evalhyd/utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/evalhyd/utils.hpp b/include/evalhyd/utils.hpp index d96b351..14cf002 100644 --- a/include/evalhyd/utils.hpp +++ b/include/evalhyd/utils.hpp @@ -105,7 +105,7 @@ namespace evalhyd ) { std::vector<std::string>threshold_metrics = - {"BS, BS_CRD", "BS_LBD", "BSS"}; + {"BS", "BS_CRD", "BS_LBD", "BSS"}; for (const auto& metric : metrics) { -- GitLab