Skip to content

Commit 5310143

Browse files
Alexey Stukalovalyst
authored andcommitted
test: use proper partable
1 parent 3b37897 commit 5310143

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
@@ -86,7 +86,7 @@ grad_fd = FiniteDiff.finite_difference_gradient(
8686
solution = sem_fit(model_ml_multigroup)
8787
update_estimate!(partable_s, solution)
8888
@test compare_estimates(
89-
partable,
89+
partable_s,
9090
solution_lav[:parameter_estimates_ml];
9191
atol = 1e-4,
9292
lav_groups = Dict(:Pasteur => 1, :Grant_White => 2),

0 commit comments

Comments
 (0)