Skip to content

Commit

Permalink
Update uniform distribution name
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jun 25, 2023
1 parent 97236e9 commit de47cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions petrinet/examples/sir.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
},
"value": 2.7e-7,
"distribution": {
"type": "StandardUniform1",
"type": "Uniform1",
"parameters": {
"minimum": 2.6e-7,
"maximum": 2.8e-7
Expand All @@ -144,7 +144,7 @@
},
"value": 0.14,
"distribution": {
"type": "StandardUniform1",
"type": "Uniform1",
"parameters": {
"minimum": 0.1,
"maximum": 0.18
Expand Down
4 changes: 2 additions & 2 deletions petrinet/examples/sir_typed.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"description": "infection rate",
"value": 0.027,
"distribution": {
"type": "StandardUniform1",
"type": "Uniform1",
"parameters": {
"minimum": 0.026,
"maximum": 0.028
Expand All @@ -124,7 +124,7 @@
},
"value": 0.14,
"distribution": {
"type": "StandardUniform1",
"type": "Uniform1",
"parameters": {
"minimum": 0.1,
"maximum": 0.18
Expand Down

0 comments on commit de47cd1

Please sign in to comment.