Skip to content

Commit

Permalink
Multiply beta with population
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 12, 2023
1 parent bf859b7 commit b38f14e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion notebooks/hackathon_2023.07/scenario1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
{
"cell_type": "code",
"execution_count": 18,
"id": "ead3698d",
"id": "0f2f2cf9",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@
},
{
"id": "beta",
"value": 3.3e-09,
"value": 0.048081000000000006,
"units": {
"expression": "1/day",
"expression_mathml": "<apply><power/><ci>day</ci><cn>-1</cn></apply>"
Expand All @@ -1434,15 +1434,15 @@
},
{
"id": "beta_v1",
"value": 6.600000000000001e-10,
"value": 0.009616200000000002,
"units": {
"expression": "1/day",
"expression_mathml": "<apply><power/><ci>day</ci><cn>-1</cn></apply>"
}
},
{
"id": "beta_v2",
"value": 1.6500000000000002e-10,
"value": 0.0024040500000000005,
"units": {
"expression": "1/day",
"expression_mathml": "<apply><power/><ci>day</ci><cn>-1</cn></apply>"
Expand All @@ -1458,7 +1458,7 @@
},
{
"id": "beta_R",
"value": 1.6500000000000002e-10,
"value": 0.0024040500000000005,
"units": {
"expression": "1/day",
"expression_mathml": "<apply><power/><ci>day</ci><cn>-1</cn></apply>"
Expand Down

0 comments on commit b38f14e

Please sign in to comment.