Skip to content

Commit b41a4cb

Browse files
mhauruAoife
authored andcommitted
Fix call to evaluate
1 parent 2babb2d commit b41a4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/transforms/dynamicppl/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Hence, one might expect that if we try to evaluate the model using this `VarInfo
351351
Here, `evaluate!!` returns two things: the model's return value itself (which we defined above to be a `NamedTuple`), and the resulting `VarInfo` post-evaluation.
352352

353353
```{julia}
354-
retval, ret_varinfo = DynamicPPL.evaluate!!(model, vi_linked, DefaultContext())
354+
retval, ret_varinfo = DynamicPPL.evaluate!!(model, vi_linked)
355355
getlogp(ret_varinfo)
356356
```
357357

0 commit comments

Comments
 (0)