-
Notifications
You must be signed in to change notification settings - Fork 394
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
Fix weirdness in IDD For HeatPump:PlantLoop:EIR:XXX #8982
Conversation
\type object-list | ||
\object-list PLHPHeatingNames |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cooling references heating
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this was the wrong type. Good fix.
@@ -71830,8 +71831,7 @@ HeatPump:PlantLoop:EIR:Heating, | |||
\note sizing the heat pump as well as to allow checks for unexpected | |||
\note simultaneous operation of the two objects. | |||
\type object-list | |||
\object-list WWHPCoolingNames | |||
\reference PLHPCoolingNames | |||
\object-list PLHPCoolingNames |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And Heating references Cooling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this was an object-list type but didn't actually have an object-list defined. Nice fix.
@@ -71830,8 +71831,7 @@ HeatPump:PlantLoop:EIR:Heating, | |||
\note sizing the heat pump as well as to allow checks for unexpected | |||
\note simultaneous operation of the two objects. | |||
\type object-list | |||
\object-list WWHPCoolingNames | |||
\reference PLHPCoolingNames | |||
\object-list PLHPCoolingNames |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this was an object-list type but didn't actually have an object-list defined. Nice fix.
\type object-list | ||
\object-list PLHPHeatingNames |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this was the wrong type. Good fix.
No problem with this tiny fix, and CI is happy with it of course. Merging. |
Pull request overview
Fix weirdness in IDD For HeatPump:PlantLoop:EIR:XXX (probably copy paste issue?)
Found by @joseph-robertson while wrapping the objects in the OS SDK: https://github.com/NREL/OpenStudio/pull/4368/files#r677422116
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Reviewer
This will not be exhaustively relevant to every PR.