Skip to content
Snippets Groups Projects
Commit fc6f6081 authored by Franck Dary's avatar Franck Dary
Browse files

removed space

parent 765b687d
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment