NREL / openstudio-common-measures-gem

Other
7 stars 15 forks source link

Fix openstudio-results not respecting unit choice for fuel type total energy use #164

Closed eringold closed 5 months ago

eringold commented 5 months ago

Fixes https://github.com/NREL/openstudio-common-measures-gem/issues/163

output_data_energy_use_table now respects 'units' argument input for converting fuel type total energy.

Measure test updated to not use template osw to generate test model results, enabling tests to run, and to also check that units are converted properly.

@DavidGoldwasser