diff --git a/decoder/src/Decoder.cpp b/decoder/src/Decoder.cpp index 664e66e1000b1c44ef6794563563806125590b59..3bfd56d171a50541461fff6b8cfefa819b34d4e1 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)); }