Skip to content

Commit 42b2f03

Browse files
authored
Format files using DocumentFormat
1 parent d0801b9 commit 42b2f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RobustAdaptiveMetropolisSampler.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ function RAM_sample(
5555
# to ensure our function is type table. There is probably a better way to do this, but this
5656
# should work for now.
5757
log_probabilities_x = Vector{Float64}(undef, output_log_probability_x ? n : 0)
58-
58+
5959
stats_accepted_values = 0
60-
60+
6161
progress_meter = Progress(n, show_progress ? 0.1 : Inf)
6262

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

0 commit comments

Comments
 (0)