-
Notifications
You must be signed in to change notification settings - Fork 2
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
Updating result extraction to be using result requests #129
Updating result extraction to be using result requests #129
Conversation
@IsakNaslundBh is this ready for review? |
@alelom Yes, think it should be. Will try to put together a testfile, unless you are able to? |
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.
Works fine. Code LGTM. I cross-checked result extraction with GSA values for Dynamic Results, Global Reactions and Node Results.
<Compile Include="CRUD\ReadResultsElements.cs" /> | ||
<Compile Include="CRUD\ReadResultsGlobal.cs" /> |
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 appreciate this new subdivision of the methods instead of having everything in ReadResults
Issues addressed by this PR
Closes #126
Test files
https://burohappold.sharepoint.com/:f:/r/sites/BHoM/02_Current/12_Scripts/01_Test%20Scripts/GSA_Toolkit/GSA_Toolkit-Issue126-ReadResultUpdate?csf=1&e=rEcEy2
Code will work without it, but to be able to view deformed shape, BHoM/BHoM_Engine#1350 is needed
Changelog
Additional comments