Skip to content

Commit fd5a815

Browse files
committed
actually fix prior
1 parent e903d1c commit fd5a815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcmc/prior.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function AbstractMCMC.step(
2121
# want to use the prior probability.
2222
xs = Turing.Inference.getparams(model, vi)
2323
lp = DynamicPPL.getlogprior(vi)
24-
return Transition(xs, lp, nothing)
24+
return Transition(xs, lp, nothing), nothing
2525
end
2626

2727
DynamicPPL.default_chain_type(sampler::Prior) = MCMCChains.Chains

0 commit comments

Comments
 (0)