-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bug in infection times? #53
Labels
bug
Something isn't working
Comments
Good catch. We should probably:
|
Closed
afmagee42
added a commit
that referenced
this issue
Jan 7, 2025
works rename use new plot dropped these update deps cleanup #53 use get_person_properties() everywhere clean up plotting add matplotlib (#61) cleanup per @swo #55 bug fix requires test changes triangles precommit let counterfactual show passive detection, remove unused par put axis back where it belongs, optional gen plotting
afmagee42
added a commit
that referenced
this issue
Jan 10, 2025
* drafting plotting works rename use new plot dropped these update deps cleanup #53 use get_person_properties() everywhere clean up plotting add matplotlib (#61) cleanup per @swo #55 bug fix requires test changes triangles precommit let counterfactual show passive detection, remove unused par put axis back where it belongs, optional gen plotting * rebase smuggled in non-precommit-compliance * legend * trying to make the triangles perceptually same size... why is it not working? * new plotting takes longer * debug statement * small tweaks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks to me like we're missing a
infection_times += t_infectious
somewhere.That is, we generate waiting times in
generate_infection()
but store them as the propertyself.infections[person]["infection_times"]
and add them to the queue as if they were absolute times.The text was updated successfully, but these errors were encountered: