Skip to content

Commit

Permalink
fix false alarm about non-block-diagonal psi
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmerkle committed Dec 21, 2023
1 parent cc89ddd commit 5b71179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: blavaan
Title: Bayesian Latent Variable Analysis
Version: 0.5-2.1207
Version: 0.5-2.1208
Authors@R: c(person(given = "Edgar", family = "Merkle",
role = c("aut", "cre"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion R/lav_export_stanmarg.R
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ lav2stanmarg <- function(lavobject, dp, n.chains, inits, wiggle=NULL, wiggle.sd=
## a separate parameter specification in Stan
if (length(ublksizes) > 5 | length(ublksizes) == 0) {
blkinfo <- NULL
blkpsi <- FALSE
if (length(ublksizes) > 5) blkpsi <- FALSE
dat$nblk <- array(0, dim = 5)
dat$psidims <- array(3, dim = 5)
dat$blkse <- matrix(nrow = 0, ncol = 7)
Expand Down

0 comments on commit 5b71179

Please sign in to comment.