NREL / resstock

Highly granular modeling of residential building stocks at national, regional, and local scales using OpenStudio/EnergyPlus.
https://resstock.nrel.gov
Other
104 stars 51 forks source link

Tighten integrity checks #1086

Closed joseph-robertson closed 1 month ago

joseph-robertson commented 1 year ago

Appears that integrity checks are case insensitive: https://github.com/NREL/resstock/blob/develop/resources/buildstock.rb#L307 (whereas buildstockbatch validation is case sensitive). We should probably require that sampled options match options_lookup options exactly.