NREL / OCHRE

A Python-based building energy modeling (BEM) tool designed to model flexible loads in residential buildings
https://www.nrel.gov/grid/ochre.html
BSD 3-Clause "New" or "Revised" License
44 stars 7 forks source link

Simulator schedule index mismatch #111

Open mnblonsky opened 7 months ago

mnblonsky commented 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.