Commit 21ebaf5d authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix mismatch in tensor rank

Showing with 1 addition and 1 deletion
+1 -1
......@@ -141,7 +141,7 @@ namespace evalhyd
/// Array of thresholds for metrics based on exceedance events.
inline void check_optionals (
const std::vector<std::string>& metrics,
const xt::xtensor<double, 1>& thresholds
const xt::xtensor<double, 2>& thresholds
)
{
std::vector<std::string>threshold_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