From fc6f6081a0f6d788cac529c3b6587e77129990d6 Mon Sep 17 00:00:00 2001 From: Franck Dary <franck.dary@lis-lab.fr> Date: Wed, 12 Feb 2020 16:24:15 +0100 Subject: [PATCH] removed space --- decoder/src/Decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder/src/Decoder.cpp b/decoder/src/Decoder.cpp index 664e66e..3bfd56d 100644 --- a/decoder/src/Decoder.cpp +++ b/decoder/src/Decoder.cpp @@ -109,7 +109,7 @@ void Decoder::evaluate(const Config & config, std::filesystem::path modelPath, c continue; } try {this->evaluation[metric][i] = std::stof(value);} - catch (std::exception &) + catch (std::exception &) { util::myThrow(fmt::format("score '{}' is not a number in line '{}'", value, buffer)); } -- GitLab