Commit ec42e5d8 authored by fbourgin's avatar fbourgin
Browse files

wip - test

1 merge request!9Draft: Resolve "evaluation of quantiles prediction"
Pipeline #63437 failed with stage
in 3 minutes and 52 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -320,7 +320,7 @@ TEST(ProbabilistTests, TestIntervalsQLVL)
xt::xtensor<double, 2>({}),
"", // events
{50., 80.}, // c_lvl
{0.1, 0.25, 0.75, 0.9} // q_lvl
{10., 25., 75., 90.} // q_lvl
);
// check results
......
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