Skip to content

Commit 3a83808

Browse files
cpfifferdevmotion
andauthored
Update src/sample.jl
Co-authored-by: David Widmann <[email protected]>
1 parent 7deb93e commit 3a83808

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
@@ -461,7 +461,7 @@ function mcmcsample(
461461

462462
# Sample the chains.
463463
chains = map(
464-
i -> StatsBase.sample(rng, model, sampler, N; progressname = string(progressname, " (Chain $i of $nchains)"),
464+
i -> StatsBase.sample(rng, model, sampler, N; progressname = string(progressname, " (Chain ", i, " of ", nchains, ")"),
465465
kwargs...),
466466
1:nchains
467467
)

0 commit comments

Comments
 (0)