Exp accsis scenarios#52
Exp accsis scenarios#52korourke5 wants to merge 6 commits intoexp-fqhc-diagnostic-compliance-comp-additional-scenariosfrom
Conversation
|
I see the Lint and Formatting is failing but it seems to be failing on a file that is not present in the repo. |
sandypreiss
left a comment
There was a problem hiding this comment.
This worked for NC only because you have a single item in each compliance rate dict. Needs changes to handle additional sites without extraneous scenarios - see comments.
The linting error is caused by a notebook in the target branch. (TIL default behavior is to checkout code from the merge commit, not the feature branch) You can ignore the, since we're not going to merge this experiment branch.
outside of loop
|
Thank you, Sandy. The code should be updated with those changes. |
sandypreiss
left a comment
There was a problem hiding this comment.
Much cleaner! This should be ready to handle additional states.
I added a couple more nits to help you get familiar with more python conventions.
|
These have been updated. It is failing one check due to a python notebook that will later be used/updated. |
|
Final ACCSIS runs pending additional site input data. Closing this PR because the experiment logic is all set. |
CRCsim PR Template
Description
This PR is opened to create a script that runs multiple Initial and diagnostic screening compliances from ACCSIS sites.
PR Type
Experiment review checklist
exp-prefixcrcsimcommit hash (typically, the latest commit in themainbranch). This ensures that the experiment uses the latest version of the model. - Uses old hashparameters.jsonfileprepare.pyscript applies incidence rate ratio (IRR) adjustment if appropriate for this experimentprepare.pyand:scenarios/directory (eg, uncommitted local changes from a previous experiment)crcsim/experiment/README.mdwith detailed information about the experiment's goals, scenarios, and corresponding AWS objectsExperiment review process
All experiments must follow each step of this review process.
prepare.py, and spot-checking scenarioscrcsim/experiment/summarize.py)crcsim/experiment/summary/summarized.xlsx)Note that experiment PRs are never merged into
main! The PR is closed, and the experiment is maintained as a separate branch. That's why we keep all experiment PRs as drafts.