Skip to content

Commit aa62557

Browse files
increase tolerance for bootstrap test
1 parent 24a7947 commit aa62557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/examples/helper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function test_bootstrap(model_fit, spec; compare_hessian = true, compare_bs = tr
149149
@test bs_samples[:n_converged] > 0.95*n_boot
150150
bs_samples = cat(bs_samples[:samples][BitVector(bs_samples[:converged])]..., dims = 2)
151151
se_bs_2 = sqrt.(var(bs_samples, corrected = false, dims = 2))
152-
@test isapprox(se_bs_2, se_bs, rtol = 0.05)
152+
@test isapprox(se_bs_2, se_bs, rtol = 0.1)
153153
end
154154
end
155155

0 commit comments

Comments
 (0)