We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e903d1c commit fd5a815Copy full SHA for fd5a815
src/mcmc/prior.jl
@@ -21,7 +21,7 @@ function AbstractMCMC.step(
21
# want to use the prior probability.
22
xs = Turing.Inference.getparams(model, vi)
23
lp = DynamicPPL.getlogprior(vi)
24
- return Transition(xs, lp, nothing)
+ return Transition(xs, lp, nothing), nothing
25
end
26
27
DynamicPPL.default_chain_type(sampler::Prior) = MCMCChains.Chains
0 commit comments