Skip to content
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

Revise SimulationSolution #111

Merged
merged 2 commits into from
Mar 8, 2021
Merged

Revise SimulationSolution #111

merged 2 commits into from
Mar 8, 2021

Conversation

schillic
Copy link
Member

@schillic schillic commented Mar 6, 2021

I did a mistake in #108: The struct did not wrap a single simulation as intended but rather the results for one control cycle. I think it is more reasonable to instead store everything related to a single simulation in a SimulationSolution. (And some of the functions were not exported.)

Since there is currently no plot recipe for the SimulationSolution (#110), plot adds a new label for each trajectory now and plotting the simulation pieces recenters the picture. The second commit fixes these issues in the (currently only) model script that plots simulations.

@schillic schillic requested a review from mforets March 6, 2021 17:16
@schillic
Copy link
Member Author

schillic commented Mar 6, 2021

@SebastianGuadalupe this changeset might be relevant to you. Let me know if you have comments.

@schillic schillic merged commit c16a527 into master Mar 8, 2021
@schillic schillic deleted the schillic/revise_simulation branch March 8, 2021 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants