From d33abe1f88d37573d9fa7b1738801304da07b221 Mon Sep 17 00:00:00 2001 From: Lukas Weidenholzer Date: Tue, 22 Aug 2023 15:24:59 +0200 Subject: [PATCH] make labels required in predict_curve --- proposals/predict_curve.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/proposals/predict_curve.json b/proposals/predict_curve.json index 479b7fec..62bc1660 100644 --- a/proposals/predict_curve.json +++ b/proposals/predict_curve.json @@ -59,13 +59,8 @@ }, { "name": "labels", - "description": "The labels to predict values for. If no labels are given, predicts values only for no-data (`null`) values in the data cube.", - "optional": true, - "default": null, + "description": "The labels to predict values for.", "schema": [ - { - "type": "null" - }, { "type": "array", "items": {