Skip to content

Commit c1558c5

Browse files
committed
seed in stochastic sampler
1 parent afaebef commit c1558c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/utils/integrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,5 +436,5 @@ def body(_loop_var, _loop_state):
436436

437437
return _state, _time
438438

439-
state, time = keras.ops.fori_loop(0, steps, body, (state, time, seed))
439+
state, time = keras.ops.fori_loop(0, steps, body, (state, time))
440440
return state

0 commit comments

Comments
 (0)