Commit 6483f76b authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix misleading error message for when thresholds not provided

Showing with 1 addition and 1 deletion
+1 -1
......@@ -113,7 +113,7 @@ namespace evalhyd
metric) != threshold_metrics.end())
if (thresholds.size() < 1)
throw std::runtime_error(
"missing parameter 'thresholds' required to "
"missing thresholds *q_thr* required to "
"compute " + metric
);
}
......
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