We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ParticipantModelShell
The determination of the current state is not correct, currently:
simona/src/main/scala/edu/ie3/simona/model/participant2/ParticipantModelShell.scala
Lines 456 to 463 in 5f867a4
If the state for the current tick has already been calculated, it is not returned, but the initial state.
Check if this can be tested.
The text was updated successfully, but these errors were encountered:
ParticipantModel
Merge branch 'sp/#1228-fix-state-ParticipantModelShell' into sp/#1153-…
da6ad30
…new-StorageModel
Merge pull request #1232 from ie3-institute/sp/#1228-fix-state-Partic…
2cc72d1
…ipantModelShell Fix handling of state in `ParticipantModel` and `ParticipantModelShell`
sebastian-peter
Successfully merging a pull request may close this issue.
The determination of the current state is not correct, currently:
simona/src/main/scala/edu/ie3/simona/model/participant2/ParticipantModelShell.scala
Lines 456 to 463 in 5f867a4
If the state for the current tick has already been calculated, it is not returned, but the initial state.
Check if this can be tested.
The text was updated successfully, but these errors were encountered: