-
Notifications
You must be signed in to change notification settings - Fork 5
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
Initialisation process freezes at vn_simona #1014
Labels
bug
Something isn't working
Comments
As written in #981: current: senderToMaybeTick._2.foreach { tick =>
scheduler ! Completion(self.toTyped, Some(tick))
} fixed: scheduler ! Completion(self.toTyped, senderToMaybeTick._2) |
Duplicate of #981. |
staudtMarius
added a commit
that referenced
this issue
Nov 13, 2024
staudtMarius
added a commit
that referenced
this issue
Nov 14, 2024
staudtMarius
added a commit
that referenced
this issue
Nov 15, 2024
…-primaryData # Conflicts: # CHANGELOG.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
The simulation freezes within initialisation when the simulation start date is change to some value not equal to
simona.time.startDateTime = "2011-01-01T00:00:00Z"
Last entries of log:
tasks
The text was updated successfully, but these errors were encountered: