ibpsa / project1-boptest-gym

Other
43 stars 20 forks source link

forecast horizons of 0 #127

Closed javiarrobas closed 1 year ago

javiarrobas commented 1 year ago

Since BOPTEST #554 it is possible to retrieve forecast data with horizon 0. This means that we can now simplify the request for forecasting data not having to add an arbitrary small offset in case it's needed to get data at current time:

https://github.com/ibpsa/project1-boptest-gym/blob/e77fe1bc4f3f29d59351c788969a5af76ccf9ecd/boptestGymEnv.py#L733-L740