Skip to content

Commit 2e37710

Browse files
fix bootstrap
1 parent 9478d55 commit 2e37710

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/examples/multigroup/build_models.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ end
8383
lav_col = :se,
8484
lav_groups = Dict(:Pasteur => 1, :Grant_White => 2),
8585
)
86-
test_bootstrap(solution_ml, partable, rtol_hessian = 0.3, rtol_bs = 0.2)
86+
test_bootstrap(solution_ml, partable; rtol_hessian = 0.3, rtol_bs = 0.2, n_boot = 1_000)
8787
smoketest_CI_z(solution_ml, partable)
8888

8989
solution_ml = fit(model_ml_multigroup2)
@@ -293,7 +293,7 @@ end
293293
lav_col = :se,
294294
lav_groups = Dict(:Pasteur => 1, :Grant_White => 2),
295295
)
296-
test_bootstrap(solution_ls, partable; compare_bs = false)
296+
test_bootstrap(solution_ls, partable; compare_bs = false, rtol_hessian = 0.3)
297297
smoketest_CI_z(solution_ls, partable)
298298
end
299299

@@ -427,7 +427,7 @@ if !isnothing(specification_miss_g1)
427427
fitmeasure_names = Dict(:CFI => "cfi"),
428428
)
429429

430-
test_bootstrap(solution, partable_miss, rtol_hessian = 0.3)
430+
test_bootstrap(solution, partable_miss; compare_bs = false, rtol_hessian = 0.3)
431431
smoketest_CI_z(solution, partable_miss)
432432

433433
update_se_hessian!(partable_miss, solution)

0 commit comments

Comments
 (0)