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
When spades.allowInitDuringSimInit is TRUE, SpaDES.core executes init events in a new simulation, with a modified end time, meaning any events using end(sim) will have those events scheduled for this modified time, and not the actual end time.
This block in resolveDepsRunInitIfPoss is likely the source of the problem:
When
spades.allowInitDuringSimInit
is TRUE,SpaDES.core
executes init events in a new simulation, with a modified end time, meaning any events usingend(sim)
will have those events scheduled for this modified time, and not the actual end time.This block in
resolveDepsRunInitIfPoss
is likely the source of the problem:Note that end time is set to start time.
For now, this can be worked around by scheduling the scheduling of affected events for later.
E.g., ianmseddy/gmcsDataPrep@8bfe8dd
The text was updated successfully, but these errors were encountered: