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 b31504d commit 46e9e63Copy full SHA for 46e9e63
test/contexts.jl
@@ -189,7 +189,7 @@ Base.IteratorEltype(::Type{<:AbstractContext}) = Base.EltypeUnknown()
189
context = DynamicPPL.PrefixContext(prefix_vn, DefaultContext())
190
new_model = contextualize(model, context)
191
# Initialize a new varinfo with the prefixed model
192
- DynamicPPL.init!!(new_model, DynamicPPL.VarInfo())
+ _, varinfo = DynamicPPL.init!!(new_model, DynamicPPL.VarInfo())
193
# Extract the resulting varnames
194
vns_actual = Set(keys(varinfo))
195
0 commit comments