Commit 8b952ceb authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix typo resulting in bug (i.e. not catching missing parameter)

Showing with 1 addition and 1 deletion
+1 -1
...@@ -105,7 +105,7 @@ namespace evalhyd ...@@ -105,7 +105,7 @@ namespace evalhyd
) )
{ {
std::vector<std::string>threshold_metrics = std::vector<std::string>threshold_metrics =
{"BS, BS_CRD", "BS_LBD", "BSS"}; {"BS", "BS_CRD", "BS_LBD", "BSS"};
for (const auto& metric : metrics) for (const auto& metric : metrics)
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment