diff --git a/petrinet/examples/sir.json b/petrinet/examples/sir.json index 6ea7fec..1a5d88b 100644 --- a/petrinet/examples/sir.json +++ b/petrinet/examples/sir.json @@ -122,7 +122,7 @@ }, "value": 2.7e-7, "distribution": { - "type": "StandardUniform1", + "type": "Uniform1", "parameters": { "minimum": 2.6e-7, "maximum": 2.8e-7 @@ -144,7 +144,7 @@ }, "value": 0.14, "distribution": { - "type": "StandardUniform1", + "type": "Uniform1", "parameters": { "minimum": 0.1, "maximum": 0.18 diff --git a/petrinet/examples/sir_typed.json b/petrinet/examples/sir_typed.json index 1f964bd..93772bf 100644 --- a/petrinet/examples/sir_typed.json +++ b/petrinet/examples/sir_typed.json @@ -106,7 +106,7 @@ "description": "infection rate", "value": 0.027, "distribution": { - "type": "StandardUniform1", + "type": "Uniform1", "parameters": { "minimum": 0.026, "maximum": 0.028 @@ -124,7 +124,7 @@ }, "value": 0.14, "distribution": { - "type": "StandardUniform1", + "type": "Uniform1", "parameters": { "minimum": 0.1, "maximum": 0.18