Skip to content

Commit 7603171

Browse files
committed
added accidentanly removed comment
1 parent 91f5a10 commit 7603171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sample.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ function mcmcsample(
288288
# Save the sample.
289289
samples = AbstractMCMC.samples(sample, model, sampler; kwargs...)
290290
samples = save!!(samples, sample, 1, model, sampler; kwargs...)
291+
292+
# Step through the sampler until stopping.
291293
i = 2
292294
while !isdone(rng, model, sampler, samples, state, i; progress=progress, kwargs...)
293295
# Discard thinned samples.

0 commit comments

Comments
 (0)