We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24261d5 commit e4d38e5Copy full SHA for e4d38e5
1 file changed
test/examples/multigroup/build_models.jl
@@ -347,19 +347,6 @@ if !isnothing(specification_miss_g1)
347
lav_groups = Dict(:Pasteur => 1, :Grant_White => 2),
348
)
349
350
- solution = fit(semoptimizer, model_ml_multigroup2)
351
- test_fitmeasures(
352
- fit_measures(solution),
353
- solution_lav[:fitmeasures_fiml];
354
- rtol = 1e-3,
355
- atol = 0,
356
- )
357
358
- Dict(:CFI => CFI(solution, solution_varonly)),
359
360
- fitmeasure_names = Dict(:CFI => "cfi"),
361
362
-
363
test_bootstrap(solution; compare_bs = false, rtol_hessian = 0.5)
364
smoketest_CI_z(solution, partable_miss)
365
0 commit comments