-
Notifications
You must be signed in to change notification settings - Fork 393
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
Global Furnaces+LowTempRadiantSystems+ScheduleManager #8578
Conversation
@@ -5130,7 +5130,6 @@ namespace LowTempRadiantSystem { | |||
using DataHVACGlobals::TimeStepSys; | |||
|
|||
// SUBROUTINE PARAMETER DEFINITIONS: | |||
auto constexpr RoutineName("UpdateLowTempRadiantSystem"); |
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.
These RoutineName-s are typically used in error strings, but if this routine does not have error messages, is it necessary to keep them?
OK, I pulled in latest develop and rebuilt after resolving a couple minor conflicts. I ran unit tests, the full ctest suite, and then ran ~300 regressions, all with no issues or diffs. I am going to push now and merge right away to keep the CI cycles away from this. @jmythms thank you for your effort here, this is a big one! |
(I cancelled the Alternate Linux Builds so you may get warnings about that, just ignore) |
Thank you!! This was fun. |
Pull request overview
Trying to merge in globals from
NOTE: ENHANCEMENTS MUST FOLLOW A SUBMISSION PROCESS INCLUDING A FEATURE PROPOSAL AND DESIGN DOCUMENT PRIOR TO SUBMITTING CODE
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.