Open
Description
We need to document and provide an example of the data that is passed to the run
function. If the user has configured it to enable predictions, there will be data from the forecaster, rather than just actual data in the csv files they provide. We need:
- an example showing the data window with and without the prediction
- tests verifying that the forecasted data is working as expected
- documentation showing how the user can change the forecast
This is closely realted to #9, but focuses more generally on the data window.