Skip to content

Commit 57c99b0

Browse files
committed
remove multigroup2 tests
1 parent feeab50 commit 57c99b0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/examples/multigroup/build_models.jl

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,6 @@ end
5050
lav_col = :se,
5151
lav_groups = Dict(:Pasteur => 1, :Grant_White => 2),
5252
)
53-
54-
solution_ml = sem_fit(model_ml_multigroup2)
55-
test_fitmeasures(
56-
fit_measures(solution_ml),
57-
solution_lav[:fitmeasures_ml];
58-
rtol = 1e-2,
59-
atol = 1e-7,
60-
)
61-
update_se_hessian!(partable, solution_ml)
62-
test_estimates(
63-
partable,
64-
solution_lav[:parameter_estimates_ml];
65-
atol = 1e-3,
66-
col = :se,
67-
lav_col = :se,
68-
lav_groups = Dict(:Pasteur => 1, :Grant_White => 2),
69-
)
7053
end
7154

7255
############################################################################################

0 commit comments

Comments
 (0)