-
Notifications
You must be signed in to change notification settings - Fork 208
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
Addresses #5039, fix FT for AirConditioner:VariableRefrigerantFlow #5056
Conversation
CI Results for b255482:
|
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.
Would be good to run the Regression tests that have this object to see if there are any EUI deviations @joseph-robertson
@@ -550,7 +550,7 @@ namespace energyplus { | |||
|
|||
// MaximumCondenserInletNodeTemperatureinHeatRecoveryMode | |||
|
|||
if ((value = modelObject.maximumOutdoorTemperatureinHeatingMode())) { | |||
if ((value = modelObject.maximumOutdoorTemperatureinHeatRecoveryMode())) { |
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.
Typo 1/2
@@ -564,7 +564,7 @@ namespace energyplus { | |||
|
|||
// InitialHeatRecoveryCoolingCapacityFraction | |||
|
|||
if ((value = modelObject.initialHeatRecoveryCoolingEnergyFraction())) { | |||
if ((value = modelObject.initialHeatRecoveryCoolingCapacityFraction())) { |
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.
Typo 2/2. Ok. The rest is just tests
Pull request overview
OS:AirConditioner:VariableRefrigerantFlow
#5039.Pull Request Author
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.