-
Notifications
You must be signed in to change notification settings - Fork 222
Fix #5355 - E+ 25.1.0: Wrap OutputControl:ResilienceSummaries #5365
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
Conversation
52e206f to
51228c2
Compare
|
CI Results for 51228c2:
|
joseph-robertson
left a comment
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.
Looks pretty complete to me. Just a (unrelated) question.
| m_ignoreTypes.push_back(model::ModelObjectList::iddObjectType()); | ||
| m_ignoreTypes.push_back(model::Node::iddObjectType()); | ||
| m_ignoreTypes.push_back(model::OutputControlReportingTolerances::iddObjectType()); | ||
| m_ignoreTypes.push_back(model::OutputControlResilienceSummaries::iddObjectType()); |
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.
Unrelated to this PR, but... should other OutputControl objects be in this list?
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.
Yes. OutputSchedules too for eg.
I don't know who uses SDD these days to be honest, and I'll happily just ignore this until someone complains about the warnings
Pull request overview
Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.