Skip to content

Commit a527fd8

Browse files
committed
Fix imports
1 parent fcd08a4 commit a527fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcmc/gibbs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ function gibbs_step_recursive(
660660

661661
# Construct the conditional model and the varinfo that this sampler should use.
662662
conditioned_model, context = make_conditional(model, varnames, global_vi)
663-
vi = subset(global_vi, varnames)
663+
vi = DynamicPPL.subset(global_vi, varnames)
664664
vi = match_linking!!(vi, state, model)
665665

666666
# TODO(mhauru) The below may be overkill. If the varnames for this sampler are not

0 commit comments

Comments
 (0)