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

Consistent time loop #141

Open
odunbar opened this issue Jun 24, 2020 · 0 comments
Open

Consistent time loop #141

odunbar opened this issue Jun 24, 2020 · 0 comments

Comments

@odunbar
Copy link
Collaborator

odunbar commented Jun 24, 2020

Hi all, For the time loops for running epidemics/master equations, at some point i used a simple

for i in range(number_of_steps):

type loops for the time. This seems to be in all examples now, but it's likely a time based loop along the lines of say:
for time in forward_time_span:
for time in backward_time_span:
might be more appropriate.

It would be nice if we could find the best way to write it, and pass it into all examples.

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