-
Notifications
You must be signed in to change notification settings - Fork 0
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
Starting PrEP usage #204
Merged
Merged
Starting PrEP usage #204
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e7e7bf3
Moving PrEP usage code from PR #199.
pineapple-cat 0d232c3
Added basic PrEP usage unit test.
pineapple-cat 5698240
Updated FIXMEs after discussion + minor starting PrEP refactor.
pineapple-cat 5f50878
Updated start date in PrEP usage test.
pineapple-cat 6429117
Added separate first start date columns for each PrEP type.
pineapple-cat d17080d
Added WIP for starting PrEP without explicit testing.
pineapple-cat d915e7c
Added remaining column assignments to starting PrEP for the first time.
pineapple-cat 9d6ef98
Updated starting PrEP unit test to include people not specifically te…
pineapple-cat 2e233d8
Updated pregnancy unit tests for higher pregnancy probabilities and f…
pineapple-cat 994be75
Merge remote-tracking branch 'origin/development' into prep-usage
pineapple-cat dc45620
Switched all PrEP rankings to separate columns for congruency.
pineapple-cat e30cfa8
Refactored starting PrEP without explicit testing.
pineapple-cat b5f9467
Increased some pregnancy test populations.
pineapple-cat b5d7be9
Moved a few data variables to yaml file.
pineapple-cat a5bb0ef
Moved starting PrEP into its own function.
pineapple-cat 8da75c9
Added unit test for HIV false negative pop.
pineapple-cat ea9bdca
Divided probability to start PrEP by PrEP types.
pineapple-cat e2bbee5
Added test for different PrEP type start probabilities.
pineapple-cat ed43d2d
Fixed HIV false negatives by including diagnosis status.
pineapple-cat 851ec02
Updated PrEP willingness test with more precise assertions.
pineapple-cat 3f51bb0
Added HIV diagnosis and PrEP usage to evolve.
pineapple-cat e2fb9a5
Changed starting PrEP to assume diagnosis has already occurred.
pineapple-cat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Finding this out would include testing multiple modules together; where would it make the most sense to put this test?
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.
That's a good question; and it's tricky to say right now because we're not sure what we would need to test yet to be able to figure this out. It might be possible to define some integration tests in a file of their own if we can say definitively what some behaviour of the simulation as a whole should look like when working together.