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 e3ded5c commit bfd013bCopy full SHA for bfd013b
test/model.jl
@@ -162,12 +162,12 @@ const GDEMO_DEFAULT = DynamicPPL.TestUtils.demo_assume_observe_literal()
162
for i in 1:10
163
Random.seed!(100 + i)
164
vi = VarInfo()
165
- model(Random.default_rng(), vi, sampler)
+ DynamicPPL.sample!!(Random.default_rng(), model, vi, sampler)
166
vals = vi[:]
167
168
169
170
171
@test vi[:] == vals
172
end
173
0 commit comments