From 64b85e0cb6eec9659c28d44f669eb108324d3e68 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 25 Dec 2024 10:33:25 -0800 Subject: [PATCH] remove stress test --- .../libebm/tests/boosting_unusual_inputs.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/shared/libebm/tests/boosting_unusual_inputs.cpp b/shared/libebm/tests/boosting_unusual_inputs.cpp index 1026487ff..fc735dc47 100644 --- a/shared/libebm/tests/boosting_unusual_inputs.cpp +++ b/shared/libebm/tests/boosting_unusual_inputs.cpp @@ -2174,12 +2174,12 @@ static double RandomizedTesting(const AccelerationFlags acceleration) { return validationMetric; } -TEST_CASE("stress test, boosting") { - const double expected = 26746562197367.172; - - double validationMetricExact = RandomizedTesting(AccelerationFlags_NONE); - CHECK(validationMetricExact == expected); - - double validationMetricSIMD = RandomizedTesting(AccelerationFlags_ALL); - CHECK_APPROX_TOLERANCE(validationMetricSIMD, expected, 1e-2); -} +//TEST_CASE("stress test, boosting") { +// const double expected = 26746562197367.172; +// +// double validationMetricExact = RandomizedTesting(AccelerationFlags_NONE); +// CHECK(validationMetricExact == expected); +// +// double validationMetricSIMD = RandomizedTesting(AccelerationFlags_ALL); +// CHECK_APPROX_TOLERANCE(validationMetricSIMD, expected, 1e-2); +//}