Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericWantiez committed Jul 8, 2022
1 parent 173bc3a commit cd54a3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/model.jl
Expand Up @@ -59,8 +59,6 @@ end
# Task copying version of fork for Trace.
function fork(trace::GenericTrace, isref::Bool=false)
newtrace = copy(trace)
#rng, = newtrace.model.ctask.args
#newtrace.rng = rng
update_rng!(newtrace)
isref && delete_retained!(newtrace.model.f)
isref && delete_seeds!(newtrace)
Expand Down

0 comments on commit cd54a3e

Please sign in to comment.