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 fcd08a4 commit a527fd8Copy full SHA for a527fd8
src/mcmc/gibbs.jl
@@ -660,7 +660,7 @@ function gibbs_step_recursive(
660
661
# Construct the conditional model and the varinfo that this sampler should use.
662
conditioned_model, context = make_conditional(model, varnames, global_vi)
663
- vi = subset(global_vi, varnames)
+ vi = DynamicPPL.subset(global_vi, varnames)
664
vi = match_linking!!(vi, state, model)
665
666
# TODO(mhauru) The below may be overkill. If the varnames for this sampler are not
0 commit comments