File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
nowcasting_datamodel/read Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,8 @@ def get_latest_forecast_for_gsps(
259
259
:param preload_children: Option to preload children. This is a speed up, if we need them.
260
260
:param historic: Option to load historic values or not
261
261
:param gsp_ids: Option to filter on gsps. If None, then only the lastest forecast is loaded.
262
- List of forecasts objects from database
262
+
263
+ :return: List of forecasts objects from database
263
264
264
265
"""
265
266
order_by_cols = []
@@ -361,8 +362,6 @@ def get_forecast_values(
361
362
forecast_horizon_minutes=120, means load the forecast than was made 2 hours before the
362
363
target time. Note this only works for non-historic data.
363
364
364
- return:
365
-
366
365
return: List of forecasts values objects from database
367
366
368
367
"""
You can’t perform that action at this time.
0 commit comments