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 335cd2a commit c912fb9Copy full SHA for c912fb9
src/mcmc/hmc.jl
@@ -242,7 +242,7 @@ function DynamicPPL.initialstep(
242
# which we have no way to decompose this back into prior and
243
# likelihood. I don't immediately see how to solve this without
244
# re-evaluating the model.
245
- vi = DynamicPPL.evaluate!!(model, vi)
+ _, vi = DynamicPPL.evaluate!!(model, vi)
246
else
247
# Reset VarInfo back to its original state.
248
vi = DynamicPPL.unflatten(vi, theta)
0 commit comments