-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Description
We moved to fixed-point forecasting, but parts of the old rolling forecasting infrastructure are still present and partially used.
Notably:
make_fixed_viewpoint_forecasting()still raisesNotImplementedErrorcreate_forecasting_jobs()callsmake_rolling_viewpoint_forecasts()create_forecasting_jobs()is used in multiple testshandle_forecasting_exception()callsmake_rolling_viewpoint_forecasts()as a fallback- Utilities like
forecast_horizons_for()andsupported_horizons()are still present - tests:
test_forecasting_jobs.py,test_forecasting_jobs_fresh_db.py
Now we want to remove old rolling viewpoint forecasting as it's not supported in flexmeasures.
Question
- what should replace the current fallback in
handle_forecasting_exception()?- Retry fixed-point?
- Mark job as failed?
- Implement a new fallback mechanism?
Reactions are currently unavailable