-
Notifications
You must be signed in to change notification settings - Fork 4
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
Renaming The Infections Seeding Initialization #261
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #261 +/- ##
=======================================
Coverage 92.69% 92.69%
=======================================
Files 40 40
Lines 904 904
=======================================
Hits 838 838
Misses 66 66
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @AFg6K7h4fhy2! I think we should perform more renaming throughout. For instance, InfectionSeedingProcess
should be InfectionInitializationProcess
. In general, you should search the whole repo for seed
and make sure it is only used in the context of RNG seeds. @dylanhmorris do you agree?
I agree. I held off because I didn't want to decide unilaterally. Beyond |
I do. @AFg6K7h4fhy2, I think you can assume |
Sounds good, I will edit this after I get through #241 |
@damonbayer Mind taking a look here while I resolve the conflicts? I changed |
Thanks @AFg6K7h4fhy2! I prefer The documentation, for example |
Will do on |
I think we also want to rename the |
I was thinking that since they were subclasses the connection with seeding infections shouldn't be completely removed, but I see the point. Will change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks @AFg6K7h4fhy2!
This PR clarifies naming for$I_{v:0}$ , i.e. the seeded infections, by framing the variable for infections seeding in terms of "initialization" versus "seeding", which, in most instances, is perceived by users as the value for pseudo-random number generation reproducibility.