Skip to content

Commit

Permalink
Fix a test in models.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Jan 23, 2025
1 parent 4749853 commit e960679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const GDEMO_DEFAULT = DynamicPPL.TestUtils.demo_assume_observe_literal()
model = DynamicPPL.TestUtils.demo_dynamic_constraint()
spl = SampleFromPrior()
vi = VarInfo(model, spl, DefaultContext(), DynamicPPL.Metadata())
link!!(vi, spl, model)
vi = link!!(vi, model)

for i in 1:10
# Sample with large variations.
Expand Down

0 comments on commit e960679

Please sign in to comment.