Skip to content

Commit 81eee12

Browse files
committed
fix: fix forecast frequency field description to reflect true default
Signed-off-by: Mohamed Belhsan Hmida <mohamedbelhsanhmida@gmail.com>
1 parent a1a6052 commit 81eee12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexmeasures/data/schemas/forecasting/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class ForecasterParametersSchema(Schema):
129129
required=False,
130130
allow_none=True,
131131
metadata={
132-
"description": "How often to recompute forecasts. Defaults to 1 hour.",
132+
"description": "How often to recompute forecasts. Defaults to retrain frequency.",
133133
"example": "PT1H",
134134
},
135135
)

0 commit comments

Comments
 (0)