|
83 | 83 | lav_col = :se, |
84 | 84 | lav_groups = Dict(:Pasteur => 1, :Grant_White => 2), |
85 | 85 | ) |
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) |
87 | 87 | smoketest_CI_z(solution_ml, partable) |
88 | 88 |
|
89 | 89 | solution_ml = fit(model_ml_multigroup2) |
|
293 | 293 | lav_col = :se, |
294 | 294 | lav_groups = Dict(:Pasteur => 1, :Grant_White => 2), |
295 | 295 | ) |
296 | | - test_bootstrap(solution_ls, partable; compare_bs = false) |
| 296 | + test_bootstrap(solution_ls, partable; compare_bs = false, rtol_hessian = 0.3) |
297 | 297 | smoketest_CI_z(solution_ls, partable) |
298 | 298 | end |
299 | 299 |
|
@@ -427,7 +427,7 @@ if !isnothing(specification_miss_g1) |
427 | 427 | fitmeasure_names = Dict(:CFI => "cfi"), |
428 | 428 | ) |
429 | 429 |
|
430 | | - test_bootstrap(solution, partable_miss, rtol_hessian = 0.3) |
| 430 | + test_bootstrap(solution, partable_miss; compare_bs = false, rtol_hessian = 0.3) |
431 | 431 | smoketest_CI_z(solution, partable_miss) |
432 | 432 |
|
433 | 433 | update_se_hessian!(partable_miss, solution) |
|
0 commit comments