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 b0ff259 commit 27d4378Copy full SHA for 27d4378
benchmarks/src/DynamicPPLBenchmarks.jl
@@ -23,7 +23,7 @@ Return the dimension of `model`, accounting for linking, if any.
23
"""
24
function model_dimension(model, islinked)
25
vi = VarInfo()
26
- model(vi)
+ model(StableRNG(23), vi)
27
if islinked
28
vi = DynamicPPL.link(vi, model)
29
end
0 commit comments