Skip to content

Commit

Permalink
testing output_type as string
Browse files Browse the repository at this point in the history
  • Loading branch information
M-7th authored Jul 15, 2024
1 parent b3e6a56 commit f673279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub-config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"sample": {
"output_type_id_params": {
"is_required": true,
"type": "integer",
"type": "string",
"min_samples_per_task": 1,
"max_samples_per_task": 100,
"compound_taskid_set": ["round_id", "scenario_id", "target", "location", "pop_group"]
Expand All @@ -53,7 +53,7 @@
"quantile": {
"output_type_id": {
"required": null,
"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]
"optional": ["0.01","0.025","0.05","0.1","0.15","0.2"]
},
"value": {
"type": "double",
Expand Down

0 comments on commit f673279

Please sign in to comment.