You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Produces a file, inputs.ka, along with snap_final.ka. Then:
KaSim -i inputs.ka
"reproduction" run did not produce a snapshot.
The inputs file contains two $STOP commands, one in [T], the other in [E]. As is, it seems the latter is evaluated first and the former is ignored, yielding the problem. Moreover, if the user were to remove the seed specification line (e.g. to produce replicates), this yields a race condition, where the snapshot may be produced if [T] advanced faster than [E] based on the RNG.
Desired behavior: the inputs file reproduces the behavior of the original run, including all snapshot generation points.
The text was updated successfully, but these errors were encountered:
Toy model:
Run with
Produces a file,
inputs.ka
, along withsnap_final.ka
. Then:"reproduction" run did not produce a snapshot.
The inputs file contains two $STOP commands, one in
[T]
, the other in[E]
. As is, it seems the latter is evaluated first and the former is ignored, yielding the problem. Moreover, if the user were to remove theseed
specification line (e.g. to produce replicates), this yields a race condition, where the snapshot may be produced if[T]
advanced faster than[E]
based on the RNG.Desired behavior: the inputs file reproduces the behavior of the original run, including all snapshot generation points.
The text was updated successfully, but these errors were encountered: