Skip to content

Commit 96a554c

Browse files
committed
fix fisher_B! for reml
1 parent 07ff992 commit 96a554c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function fit!(
127127
copytri!(model.storage_nd_nd, 'U')
128128
update_B!(model)
129129
copyto!(model.logl, loglikelihood!(model))
130-
se ? fisher_B!(modelf) : nothing
130+
se ? fisher_B!(model) : nothing
131131
end
132132
log && IterativeSolvers.shrink!(history)
133133
return history

0 commit comments

Comments
 (0)