You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenStudio 3.2.0 made the OpenStudio::Model::ZoneHVACLowTempRadiantVarFlow methods coolingCoil and heatingCoil return optional HVACComponents.
The openstudio_results resource file Siz.ZoneHVACLowTempRadiantVarFlow.rb calls those methods without checking if the coils are initialized, leading to an undefined method error:
OpenStudio 3.2.0 made the
OpenStudio::Model::ZoneHVACLowTempRadiantVarFlow
methodscoolingCoil
andheatingCoil
return optional HVACComponents.The openstudio_results resource file Siz.ZoneHVACLowTempRadiantVarFlow.rb calls those methods without checking if the coils are initialized, leading to an undefined method error:
openstudio-common-measures-gem/lib/measures/openstudio_results/resources/Siz.ZoneHVACLowTempRadiantVarFlow.rb
Line 39 in 33e9371
Resource file needs updating (maybe with a version check?) to properly handle the optional return types for those methods.
The text was updated successfully, but these errors were encountered: