We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022678e commit 5b2577fCopy full SHA for 5b2577f
src/sample.jl
@@ -488,7 +488,7 @@ function mcmcsample(
488
# Just a single progress bar for the entire sampling, but instead
489
# of tracking each chain as it comes in, we track each sample as it
490
# comes in. This allows us to have more granular progress updates.
491
- progress_channel = Channel{Bool}()
+ progress_channel = Channel{Bool}(nchains)
492
end
493
494
Distributed.@sync begin
0 commit comments