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

Allow sim.loop.to_df() for non-run sim #685

Closed
cliffckerr opened this issue Oct 3, 2024 · 1 comment
Closed

Allow sim.loop.to_df() for non-run sim #685

cliffckerr opened this issue Oct 3, 2024 · 1 comment
Milestone

Comments

@cliffckerr
Copy link
Contributor

This should work, but instead requires viewing sim.loop.plan directly, or running the sim first:

import starsim as ss

sim = ss.Sim(diseases='sis', networks='random').init()
sim.loop.to_df()
@cliffckerr cliffckerr added this to the Version 2.0.1 milestone Oct 3, 2024
@cliffckerr cliffckerr modified the milestones: Version 2.1, Version 2.2 Oct 30, 2024
@cliffckerr cliffckerr modified the milestones: Version 2.2, Version 2.1.1 Nov 7, 2024
@cliffckerr
Copy link
Contributor Author

Closed by #745

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

No branches or pull requests

1 participant