Skip to content

Commit c7d89bb

Browse files
authored
Merge branch 'main' into py/di-0.7
2 parents 36e5cad + 27d4378 commit c7d89bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/DynamicPPLBenchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Return the dimension of `model`, accounting for linking, if any.
2323
"""
2424
function model_dimension(model, islinked)
2525
vi = VarInfo()
26-
model(vi)
26+
model(StableRNG(23), vi)
2727
if islinked
2828
vi = DynamicPPL.link(vi, model)
2929
end

0 commit comments

Comments
 (0)