Skip to content

Commit

Permalink
Merge branch 'Testing-Forecast-Actions:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Chappi74 authored Sep 19, 2024
2 parents baa5e07 + d98f2a5 commit 9dc6543
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hub-config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@
},
"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]
"required": [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": null
},
"value": {
"type": "double",
Expand Down Expand Up @@ -276,8 +276,8 @@
},
"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]
"required": [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": null
},
"value": {
"type": "double",
Expand All @@ -301,7 +301,7 @@
]
}
],
"submissions_due": {"start":"2024-04-14","end":"2024-09-14"}
"submissions_due": {"start":"2024-04-14","end":"2024-11-14"}
}
],
"output_type_id_datatype": "character"
Expand Down

0 comments on commit 9dc6543

Please sign in to comment.