From 04616d17e47e02e006988aae806efe2d2814fed8 Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:49:47 +0000 Subject: [PATCH] Update src/sampler.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/sampler.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sampler.jl b/src/sampler.jl index 5c583acd8..910d6c1b5 100644 --- a/src/sampler.jl +++ b/src/sampler.jl @@ -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(