From 5c854e0f416046832f1aaff7ed961e6ce89842c2 Mon Sep 17 00:00:00 2001 From: Ben Gyori Date: Fri, 7 Jul 2023 12:36:46 -0400 Subject: [PATCH] Declare k as a parameter --- notebooks/hackathon_2023.07/scenario1.ipynb | 1 + notebooks/hackathon_2023.07/scenario1_a.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/notebooks/hackathon_2023.07/scenario1.ipynb b/notebooks/hackathon_2023.07/scenario1.ipynb index dd86c0731..99ac88fa5 100644 --- a/notebooks/hackathon_2023.07/scenario1.ipynb +++ b/notebooks/hackathon_2023.07/scenario1.ipynb @@ -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", diff --git a/notebooks/hackathon_2023.07/scenario1_a.json b/notebooks/hackathon_2023.07/scenario1_a.json index 9f1cf0f3b..48f08cf63 100644 --- a/notebooks/hackathon_2023.07/scenario1_a.json +++ b/notebooks/hackathon_2023.07/scenario1_a.json @@ -189,6 +189,9 @@ "id": "beta_s", "value": 1.0 }, + { + "id": "k" + }, { "id": "kappa", "value": 0.45454545454545453