Skip to content

Commit 406b237

Browse files
committed
pass initial_state through for NUTS sampling
1 parent 296f654 commit 406b237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mcmc/hmc.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ function AbstractMCMC.sample(
120120
sampler,
121121
N;
122122
chain_type=chain_type,
123+
initial_state=initial_state,
123124
progress=progress,
124125
nadapts=_nadapts,
125126
discard_initial=_discard_initial,

0 commit comments

Comments
 (0)