-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix #4240 (and more): add missing \ip-units gal/min
via a script
#4243
Conversation
|
||
optparse = OptionParser.new do |opts| | ||
|
||
opts.on("-f", "--[no-]fix", "Add the missing ipUnits to the OpenSutdio.idd (note: LOTS of whitespace changes...)") do |fix| |
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.
This would require running the "iddWrapper.save" once to do the whitespace changes once. I don't think it's really worth it here...
@@ -11810,6 +11814,7 @@ OS:AirTerminal:SingleDuct:ConstantVolume:CooledBeam, | |||
N2, \field Maximum Total Chilled Water Volumetric Flow Rate | |||
\type real | |||
\units m3/s | |||
\ip-units gal/min |
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.
this is the actual specific fix for #4240
CI Results for 466e992:
|
Windows looks good after rebuild. This is good to drop in |
Pull request overview
Fix #4240 (and more): add missing
\ip-units gal/min
via a scriptPerhaps we should call the script on one of the CI runners @tijcolem ?
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
src/model/test
)src/energyplus/Test
)src/osversion/VersionTranslator.cpp
)src/openstudio_lib/library/OpenStudioPolicy.xml
)Labels:
IDDChange
APIChange
Pull Request - Ready for CI
so that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.