Skip to content

Commit

Permalink
remove browser
Browse files Browse the repository at this point in the history
  • Loading branch information
edknock committed Aug 27, 2024
1 parent 3e48c8d commit 7d31f8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/sampler-random-walk.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ monty_sampler_random_walk <- function(vcv = NULL, boundaries = "reflect") {
}

step <- function(state, model, observer, rng) {
browser()
pars_next <- internal$proposal(state$pars, rng)
reject_some <- boundaries == "reject" &&
!all(i <- is_parameters_in_domain(pars_next, model$domain))
Expand Down

0 comments on commit 7d31f8f

Please sign in to comment.