From b5a9f091881e821631c0ad4e54b57032b00f8881 Mon Sep 17 00:00:00 2001 From: PedroBarbosa Date: Thu, 18 Apr 2024 10:16:39 +0000 Subject: [PATCH] Add batch_size to json schema --- dress/datasetgeneration/json_schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dress/datasetgeneration/json_schema.py b/dress/datasetgeneration/json_schema.py index 0ea68cd..05c87e0 100644 --- a/dress/datasetgeneration/json_schema.py +++ b/dress/datasetgeneration/json_schema.py @@ -13,6 +13,7 @@ "outbasename": {"type": ["null", "string"]}, "seed": {"type": "integer"}, "model": {"type": "string"}, + "batch_size": {"type": "integer"}, "model_scoring_metric": {"type": "string"}, "pangolin_mode": {"type": "string"}, "pangolin_tissue": {"type": ["null", "string"]},