Commit 51c073be authored by Jérome Perrin's avatar Jérome Perrin

As default distribution is fixed, do not put a default in min, max & stdev

parent 8410cbaf
...@@ -38,21 +38,18 @@ schema = { ...@@ -38,21 +38,18 @@ schema = {
"type": "number", "type": "number",
"name": "Standard Deviation", "name": "Standard Deviation",
"_class": "Dream.Property", "_class": "Dream.Property",
"_default": 0.5
}, },
"min": { "min": {
"id": "min", "id": "min",
"type": "number", "type": "number",
"name": "Minimum Value", "name": "Minimum Value",
"_class": "Dream.Property", "_class": "Dream.Property",
"_default": 0.1
}, },
"max": { "max": {
"id": "max", "id": "max",
"type": "number", "type": "number",
"name": "Maximum Value", "name": "Maximum Value",
"_class": "Dream.Property", "_class": "Dream.Property",
"_default": 1
}, },
"failureDistribution": { "failureDistribution": {
"id": "failureDistribution", "id": "failureDistribution",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment