Open mnblonsky opened 7 months ago
The equipment schedules have 1 extra row to prevent a StopIteration error, see: https://github.com/NREL/OCHRE/blob/79fd6ad9d3251347886bb91e88f7ce44fc00e376/ochre/Simulator.py#L180
The schedule index should align with the Simulator.sim_times. That'll make it easier for users to revise equipment schedules. Should be an easy fix, it might not even throw that error anymore.
The equipment schedules have 1 extra row to prevent a StopIteration error, see: https://github.com/NREL/OCHRE/blob/79fd6ad9d3251347886bb91e88f7ce44fc00e376/ochre/Simulator.py#L180
The schedule index should align with the Simulator.sim_times. That'll make it easier for users to revise equipment schedules. Should be an easy fix, it might not even throw that error anymore.