-
Notifications
You must be signed in to change notification settings - Fork 3
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
Simp vax #13
Simp vax #13
Conversation
…internally for routine_immunization function.
…ng being weird though. Also Property Report.
model_dl_dir = "stash2" | ||
schema_file=os.path.join(model_dl_dir, "schema.json") | ||
eradication_path=os.path.join(model_dl_dir, "Eradication") | ||
assets_input_dir="Assets" |
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.
Can you check in Assets file under this directory?
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.
Can we put this file under examples directory so we can share it within examples in different folders?
"In this series of commits, various enhancements and updates were made to the project. Notably, unittests and workflow tests were added for demographics, alongside the addition of intervention unittests and campaign updates. Several validation improvements were made to demographics unittests, including the introduction of assetcollection IDs for SIF files in 'comps' and 'comps2'. Workflow tests for typhoid vaccine interventions were included, while 'test_demographics_equilibrium_vd_from_worldbank.py' was removed. The Python vaccine tests were expanded and various adjustments were made, including fixing the cutoff day for starting vaccinations, updating vaccine modes, and updating requirements. Further validations were added to 'typhoid_vaccine.py', and coverage sweeps were implemented in vaccine tests. Various code cleanup activities were conducted, such as formatting, imports, and the addition of HINT test cases. Additionally, a login script was added to 'comps', IDm test dependency was removed, and 'outbreak.py' was introduced for interventions. The 'emod-api' version was updated, and additional features like sorting downloaded reporters, GitHub action test scripts, Jenkinsfile updates, and index_url inclusion were implemented." -- ChatGPT
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.
Passed all tests in Jenkins
Added vaccine functions that use SimpleVaccine not TyphoidVaccine. Also added new HINTy example that sets up Rural and Urban HINT groups. Relies on "new old" model branch.