Skip to content

Commit

Permalink
Drop unused variable
Browse files Browse the repository at this point in the history
richfitz committed Mar 4, 2024
1 parent 64cfebf commit c9c852e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/sample.R
Original file line number Diff line number Diff line change
@@ -201,7 +201,6 @@ combine_chains <- function(res) {
density <- unlist(lapply(res, "[[", "density"))
details <- lapply(res, "[[", "details")
details <- if (all(vlapply(details, is.null))) NULL else details
rng_state <- lapply(res, function(x) x$internal$rng_state)

used_r_rng <- vlapply(res, function(x) x$internal$used_r_rng)
if (any(used_r_rng)) {

0 comments on commit c9c852e

Please sign in to comment.