Skip to content

Commit

Permalink
NULL element, don't delete element
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Jan 13, 2022
1 parent ff129ee commit f4d3ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pmcmc_tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pmcmc_filter <- function(object, i) {
}

## This must be removed (if it was present before)
object$pars_index <- NULL
object["pars_index"] <- list(NULL)

object
}
Expand Down

0 comments on commit f4d3ea2

Please sign in to comment.