Skip to content

Commit 64ebd92

Browse files
committed
fix
1 parent 9360f18 commit 64ebd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcmc/particle_mcmc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function DynamicPPL.initialstep(
195195
)
196196
# Reset the VarInfo.
197197
vi = DynamicPPL.reset_num_produce!!(vi)
198-
set_retained_vns_del!(vi)
198+
DynamicPPL.set_retained_vns_del!(vi)
199199
vi = DynamicPPL.resetlogp!!(vi)
200200
vi = DynamicPPL.empty!!(vi)
201201

0 commit comments

Comments
 (0)