-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edrt: results are not deterministic #2925
Comments
Potential fix is in #2925. When I run the
So the behaviour is deterministic, because now all the discharging events come at the end of the simulation. Interestingly, the first run is different from the other ones. The difference is one single Stuck event that comes one second later in the following simulations. I also tested this with the standard Just to give you an idea what is my set-up here: |
Interesting! Is this |
Yes, probably caused by a rejection. |
While writing additional unit tests for #2826 (prebooking in combination with
edrt
), I noticed that the output ofedrt
is not deterministic. In particular, events appear at random times during the iteration:Here I was writing out the events of 10 runs of the
RunEDrtScenarioIT
, every time it has a different hash:Different from #2826 I couldn't yet find a case where it actually changes something in the dispatching decisions.
The text was updated successfully, but these errors were encountered: