Skip to content

Commit

Permalink
Update src/sample.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
torfjelde and github-actions[bot] authored Mar 13, 2023
1 parent 469089d commit 117598b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,9 @@ function mcmcsample(
# Return the new chain.
return chain
end
chains = Distributed.pmap(sample_chain, pool, seeds, _init_params, _initial_state)
chains = Distributed.pmap(
sample_chain, pool, seeds, _init_params, _initial_state
)
finally
# Stop updating the progress bar.
progress && put!(channel, false)
Expand Down

0 comments on commit 117598b

Please sign in to comment.