We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa36e3 commit 004f0d1Copy full SHA for 004f0d1
tests/testthat/setup.R
@@ -340,7 +340,7 @@ getPosteriorI_vec <- function(
340
comp_indx <- createMapping(prior_list)
341
comp_mat_ind <- do.call("expand.grid", comp_indx)
342
343
- attr(post_list, "ess") <- calcEss(calc_ess, post_list)
+ attr(post_list, "ess") <- if (calc_ess) getESS(post_list) else numeric(0)
344
345
diagonals <- lapply(seq_along(comp_mat_ind[, 1]), function(x) {
346
0 commit comments