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

Fill in post processing function (in simulation folder) #46

Open
Tracked by #45
SeanMcOwen opened this issue Jul 4, 2024 · 2 comments
Open
Tracked by #45

Fill in post processing function (in simulation folder) #46

SeanMcOwen opened this issue Jul 4, 2024 · 2 comments
Labels

Comments

@SeanMcOwen
Copy link
Collaborator

No description provided.

@SeanMcOwen SeanMcOwen mentioned this issue Jul 4, 2024
2 tasks
@SeanMcOwen
Copy link
Collaborator Author

I can give an example here. In the past one way I did it was just saving a simulation log with a dictionary of the important variables during sim and then just straight converting it to pandas.

But one can also do anything taking from the state and parameters at the end of the simulation. So saving individual variable histories with loggers and then concatenating them works too

@SeanMcOwen SeanMcOwen added the DIPR label Jul 4, 2024
@SeanMcOwen
Copy link
Collaborator Author

There is already a dummy function that returns nothing defined that just needs logic filled in but is wired up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant