Skip to content

Commit

Permalink
Update tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
M-7th authored Jul 15, 2024
1 parent 723d384 commit 8f84033
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions hub-config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,21 @@
"output_type": {
"sample": {
"output_type_id_params": {
"is_required": true,
"type": "character",
"max_length": 3,
"min_samples_per_task": 1,
"max_samples_per_task": 100,
"compound_taskid_set": ["round_id", "scenario_id", "target", "location", "pop_group"]
},
"value":{
"type": "double",
"minimum": 0
}
"is_required": true,
"type": "integer",
"min_samples_per_task": 1,
"max_samples_per_task": 100,
"compound_taskid_set": ["round_id", "scenario_id", "target", "location", "pop_group"]
},
"value":{
"type": "double",
"minimum": 0
}
},
"quantile": {
"output_type_id": {
"required": null,
"optional": ["0.01","0.025","0.05","0.1","0.15","0.2"]
"optional": [0.01,0.025,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,0.975,0.99]
},
"value": {
"type": "double",
Expand Down

0 comments on commit 8f84033

Please sign in to comment.