Skip to content

Commit

Permalink
Update sir_typed.json
Browse files Browse the repository at this point in the history
  • Loading branch information
djinnome authored Jul 13, 2023
1 parent 5ccfa6c commit c0b064e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions petrinet/examples/sir_typed.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"rates": [
{
"target": "inf",
"expression": "S*I*beta",
"expression_mathml": "<apply><times/><ci>S</ci><ci>I</ci><ci>beta</ci></apply>"
"expression": "S*I*beta/(S+I+R)",
"expression_mathml": "<apply><divide/><apply><times/><ci>I</ci><ci>S</ci><ci>beta</ci></apply><apply><plus/><ci>I</ci><ci>R</ci><ci>S</ci></apply></apply>"
},
{
"target": "rec",
Expand Down Expand Up @@ -702,4 +702,4 @@
]
}
}


0 comments on commit c0b064e

Please sign in to comment.