Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/RobustAdaptiveMetropolisSampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ function RAM_sample(
# to ensure our function is type table. There is probably a better way to do this, but this
# should work for now.
log_probabilities_x = Vector{Float64}(undef, output_log_probability_x ? n : 0)

stats_accepted_values = 0

progress_meter = Progress(n, show_progress ? 0.1 : Inf)

# This is a pre-allocated vector used in the loop
Expand Down