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 38ac128 commit 7d6a983Copy full SHA for 7d6a983
src/mcmc/gibbs.jl
@@ -509,7 +509,7 @@ function setparams_varinfo!!(
509
# update its logprob. To do this, we have to call evaluate!! with the sampler, rather
510
# than just a context, because ESS is peculiar in how it uses LikelihoodContext for
511
# some variables and DefaultContext for others.
512
- return last(DynamicPPL.evaluate!!(model, params, sampler))
+ return last(DynamicPPL.evaluate!!(model, params, SamplingContext(sampler)))
513
end
514
515
function setparams_varinfo!!(
0 commit comments