Skip to content

Commit ef68d04

Browse files
Update src/sample.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7603171 commit ef68d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sample.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function mcmcsample(
181181
samples = save!!(samples, sample, 1, model, sampler, N; kwargs...)
182182

183183
# Step through the sampler.
184-
for i = 2:N
184+
for i in 2:N
185185
# Discard thinned samples.
186186
for _ in 1:(thinning - 1)
187187
# Obtain the next sample and state.

0 commit comments

Comments
 (0)