Closed javiarrobas closed 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
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