We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef37cf commit b8751bcCopy full SHA for b8751bc
nowcasting_datamodel/read/read.py
@@ -261,8 +261,8 @@ def get_latest_forecast_for_gsps(
261
:param historic: Option to load historic values or not
262
:param gsp_ids: Option to filter on gsps. If None, then only the lastest forecast is loaded.
263
:param forecast_horizon_hours: Optional filter on forecast horizon. For example
264
- forecast_horizon_hours=2, means load the forecast than was made 2 hours before the target time.
265
- Note this only works for non-historic data.
+ forecast_horizon_hours=2, means load the forecast than was made 2 hours before the
+ target time. Note this only works for non-historic data.
266
267
return: List of forecasts objects from database
268
0 commit comments