Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09f5beb + 7219335 commit bccb841Copy full SHA for bccb841
test/source/corr_fn_ell.cpp
@@ -38,6 +38,6 @@ TEST_CASE("mle_corr_fn") {
38
const auto [coeffs, num_iters] = mle_corr_poly(Y, site, 4);
39
REQUIRE(coeffs.size() > 0);
40
CHECK(coeffs[0] >= 0.0);
41
- CHECK(num_iters >= 227);
+ CHECK(num_iters >= 225);
42
CHECK(num_iters <= 247);
43
}
0 commit comments