Skip to content

Commit

Permalink
SI figures
Browse files Browse the repository at this point in the history
  • Loading branch information
chadi committed Mar 5, 2021
1 parent 5df03ce commit 869b31d
Show file tree
Hide file tree
Showing 5 changed files with 602 additions and 352 deletions.
426 changes: 185 additions & 241 deletions analysis_opt-newFIG.ipynb

Large diffs are not rendered by default.

260 changes: 220 additions & 40 deletions analysis_scn.ipynb

Large diffs are not rendered by default.

264 changes: 195 additions & 69 deletions analysis_ts.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion covidOCP/COVIDAgeStructuredOCP.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
nc = 3 # Number of age classes
ages_names = ['Y', 'M', 'O']

ag_trans_mult = {'Y': .9, 'M': 1.5, 'O': .4}
ag_trans_mult = {'Y': .9, 'M': 1.5, 'O': .4}
ag_death_mult = {'Y': .01, 'M': .3, 'O': 4}


Expand Down
2 changes: 1 addition & 1 deletion dev-integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
"version": "3.8.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 869b31d

Please sign in to comment.