Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openstudio_results Zone Equipment Detail section fails with ZoneHVACLowTempRadiantVarFlow #122

Open
eringold opened this issue Nov 10, 2022 · 0 comments

Comments

@eringold
Copy link
Contributor

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:

Resource file needs updating (maybe with a version check?) to properly handle the optional return types for those methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant