open229 / ruleset-model-description-schema

Developing a schema for ASHRAE Standard 229P.
Other
7 stars 3 forks source link

The max Items in the hourly_values does not support leap year #169

Closed weilixu closed 1 year ago

weilixu commented 1 year ago

The RMD supports leap year in the Calendar object.

However, in the Schedule object, the max items for the hourly_values is 8760, which means the schedule object does not support leap year schedule.

Could we change the max items to 8784 hours?

JasonGlazer commented 1 year ago

Good catch @weilixu!

JasonGlazer commented 1 year ago

Addressed in 0.0.28