Commit 4c7d7cee authored by fbourgin's avatar fbourgin
Browse files

wip - debug

parent c877f461
1 merge request!9Resolve "evaluation of quantiles prediction"
Pipeline #63459 passed with stage
in 3 minutes and 46 seconds
Showing with 1 addition and 4 deletions
+1 -4
0.0064308681672,0.0353697749196
0.00643087,0.0514469
......@@ -338,9 +338,6 @@ TEST(ProbabilistTests, TestIntervalsQLVL)
// check results
for (std::size_t m = 0; m < metrics.size(); m++)
{
std::cout << results[m][0] << std::endl;
std::cout << results[m][1] << std::endl;
EXPECT_TRUE(xt::all(xt::isclose(
results[m], expected[metrics_[m]], 1e-05, 1e-08, true
))) << "Failure for (" << metrics[m] << ")";
......
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