Commit c877f461 authored by fbourgin's avatar fbourgin
Browse files

wip - debug

1 merge request!9Draft: Resolve "evaluation of quantiles prediction"
Pipeline #63458 failed with stage
in 3 minutes and 44 seconds
Showing with 3 additions and 0 deletions
+3 -0
...@@ -338,6 +338,9 @@ TEST(ProbabilistTests, TestIntervalsQLVL) ...@@ -338,6 +338,9 @@ TEST(ProbabilistTests, TestIntervalsQLVL)
// check results // check results
for (std::size_t m = 0; m < metrics.size(); m++) 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( EXPECT_TRUE(xt::all(xt::isclose(
results[m], expected[metrics_[m]], 1e-05, 1e-08, true results[m], expected[metrics_[m]], 1e-05, 1e-08, true
))) << "Failure for (" << metrics[m] << ")"; ))) << "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