-
Notifications
You must be signed in to change notification settings - Fork 195
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
Wrap OutputControl:Timestamp #4808
Conversation
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.
Minor changes, otherwise this looks pretty good to me, even if this is still marked as a draft
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 when renaming
CI Results for fd45874:
|
I'm pretty sure the csharp will work fine with my latest changes, and I don't want to wait 24 hours for windows to catch up with the build queue, so I'm going to merge. i'll hotfix the c# bindings on develop if I see it failing. |
boost::optional<OutputControlTimestamp> outputControlTimestamp(const openstudio::model::Model& model) { | ||
return model.outputControlTimestamp(); | ||
} |
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.
I realize there needs to be an %ignore in ModelCore.i
Pull request overview
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.