Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bccb841

Browse files
committed
2 parents 09f5beb + 7219335 commit bccb841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/source/corr_fn_ell.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ TEST_CASE("mle_corr_fn") {
3838
const auto [coeffs, num_iters] = mle_corr_poly(Y, site, 4);
3939
REQUIRE(coeffs.size() > 0);
4040
CHECK(coeffs[0] >= 0.0);
41-
CHECK(num_iters >= 227);
41+
CHECK(num_iters >= 225);
4242
CHECK(num_iters <= 247);
4343
}

0 commit comments

Comments
 (0)