Skip to content

Commit

Permalink
Declare k as a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 7, 2023
1 parent d084a9a commit 5c854e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions notebooks/hackathon_2023.07/scenario1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
" # D=11, gamma = 1/D, R_0 = 5 and\n",
" # beta = R_0 * gamma * mask(t) so kappa = 5/11\n",
" 'kappa': Parameter(name='kappa', value=5/11),\n",
" 'k': Parameter(name='k')\n",
"}\n",
"\n",
"initials = {\n",
Expand Down
3 changes: 3 additions & 0 deletions notebooks/hackathon_2023.07/scenario1_a.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
"id": "beta_s",
"value": 1.0
},
{
"id": "k"
},
{
"id": "kappa",
"value": 0.45454545454545453
Expand Down

0 comments on commit 5c854e0

Please sign in to comment.