Skip to content

Commit 9cd811b

Browse files
committed
Add minimum of 1 to samples
1 parent 5dd5dd6 commit 9cd811b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mosden/templates/input_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@
329329
},
330330
"samples": {
331331
"type": "integer",
332-
"description": "The number of group parameter evaluations with sampled data (for unceratinties and sensitivities)"
332+
"description": "The number of group parameter evaluations with sampled data (for unceratinties and sensitivities)",
333+
"minimum": 1
333334
},
334335
"sample_func": {
335336
"type": "string",

0 commit comments

Comments
 (0)