Skip to content

Commit 1cbf9b0

Browse files
juhyun-kim-uclaHua-Zhou
authored andcommitted
fix fit_reml! to return 6 values as before
1 parent b897fca commit 1cbf9b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/two_variance_component.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,8 +1379,7 @@ function fit_reml!(
13791379
copyto!(Bse, sqrt.(diag(Bcov)))
13801380

13811381
## output
1382-
# logpdf(vcmodel, vcdatarot), vcmodel, Σse, Σcov, Bse, Bcov
1383-
logpdf(vcmodel, vcdatarot), Σcov, Bse, Bcov
1382+
logpdf(vcmodel, vcdatarot), vcmodel, (Σse[1], Σse[2]), Σcov, Bse, Bcov
13841383
end
13851384

13861385
#---------------------------------------------------------------------------#

0 commit comments

Comments
 (0)