From 069bf29450180645fd7e9e4a0ad3ab0bce22f5d7 Mon Sep 17 00:00:00 2001 From: davidanthoff Date: Tue, 7 Sep 2021 23:04:00 +0000 Subject: [PATCH] Format files using DocumentFormat --- src/RobustAdaptiveMetropolisSampler.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RobustAdaptiveMetropolisSampler.jl b/src/RobustAdaptiveMetropolisSampler.jl index 19fb749..e7fa576 100644 --- a/src/RobustAdaptiveMetropolisSampler.jl +++ b/src/RobustAdaptiveMetropolisSampler.jl @@ -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