Conversation
Collaborator
Author
|
@jmarrec Would you be able to do a cursory review of the general approach here? i.e., creating classes of |
Collaborator
|
@joseph-robertson, some thoughts:
|
jmarrec
reviewed
Aug 31, 2022
Comment on lines
+77
to
+81
| // Value | ||
| for (const double& value : modelObject.values()) { | ||
| IdfExtensibleGroup eg = idfObject.pushExtensibleGroup(); | ||
| eg.setDouble(Table_IndependentVariableExtensibleFields::Value, value); | ||
| } |
Collaborator
There was a problem hiding this comment.
- I think we should enforce ascending order here (?)
…cation where appropriate
jmarrec
reviewed
Aug 31, 2022
jmarrec
added a commit
to NatLabRockies/OpenStudio-resources
that referenced
this pull request
Sep 1, 2022
…or TableMultivariableLookup ref NatLabRockies/OpenStudio#4652
23 tasks
jmarrec
reviewed
Sep 1, 2022
…he model conversion in ForwardTransaltor.cpp)) + Macroize the ignore of deprecated methods (DISABLE_WARNING_DEPRECATED) for clarity/shortness change macro formatting
7c73f9e to
019c0b5
Compare
jmarrec
approved these changes
Sep 1, 2022
Collaborator
jmarrec
left a comment
There was a problem hiding this comment.
@joseph-robertson I added a ReverseTranslator. I opened a PR to NatLabRockies/OpenStudio-resources#173 which caught a few bugs and I added an explicit test for sharing two TableIndependentVariables on two TableLookups.
Collaborator
|
CI Results for a8f312b:
|
17 tasks
This was referenced Jan 15, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request overview
TableMultiVariableLookupCreate VT from old to new (note: this is not required if the previous item is addressed)RT?Source filesTestsPossible implementation:
Table:Lookup(Curve?)Table:IndependentVariableList(UseModelObjectList?)Table:IndependentVariable(ParentObject?)much like the E+ IDD:
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.