Skip to content

Commit 17a65f2

Browse files
fix mg tests
1 parent 6d7146f commit 17a65f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/multigroup/build_models.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ model_ml_multigroup2 = SemEnsemble(
2121
)
2222

2323
model_ml_multigroup3 = replace_observed(
24-
model_ml_multigroup,
24+
model_ml_multigroup2,
2525
column = :school,
2626
specification = partable,
2727
data = dat,

0 commit comments

Comments
 (0)