From f67327940b86f773cba4d13c1da6bfffcec5b8a2 Mon Sep 17 00:00:00 2001 From: Paolo Milano <87755502+M-7th@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:31:45 +0200 Subject: [PATCH] testing output_type as string --- hub-config/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hub-config/tasks.json b/hub-config/tasks.json index 4882458..174fdf3 100644 --- a/hub-config/tasks.json +++ b/hub-config/tasks.json @@ -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"] @@ -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",