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 = {
"type": "number",
"name": "Standard Deviation",
"_class": "Dream.Property",
"_default": 0.5
},
"min": {
"id": "min",
"type": "number",
"name": "Minimum Value",
"_class": "Dream.Property",
"_default": 0.1
},
"max": {
"id": "max",
"type": "number",
"name": "Maximum Value",
"_class": "Dream.Property",
"_default": 1
},
"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