Don't include numerically unstable tests in approvals

This commit is contained in:
Martin Hořeňovský
2024-04-30 19:21:27 +02:00
parent ef713582d2
commit a654e4b038
18 changed files with 19 additions and 255 deletions

View File

@@ -172,7 +172,7 @@ TEST_CASE("uniform samples", "[benchmark]") {
}
TEST_CASE("normal_cdf", "[benchmark]") {
TEST_CASE("normal_cdf", "[benchmark][approvals]") {
using Catch::Benchmark::Detail::normal_cdf;
using Catch::Approx;
CHECK(normal_cdf(0.000000) == Approx(0.50000000000000000));