Skip to content

Commit

Permalink
Update src/sampler.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
yebai and github-actions[bot] authored Nov 9, 2023
1 parent 3687ebe commit 04616d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function AbstractMCMC.sample(
N::Integer;
chain_type=default_chain_type(sampler),
resume_from=nothing,
initial_state = loadstate(resume_from),
initial_state=loadstate(resume_from),
kwargs...,
)
return AbstractMCMC.mcmcsample(
Expand Down

0 comments on commit 04616d1

Please sign in to comment.