-
Notifications
You must be signed in to change notification settings - Fork 14
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
BHoM_Engine: refactor to follow BHoM_Adapter refactoring Level1 #1092
Conversation
…M_Adapter-refactoring-Level1
Looks good to me |
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.
Tested together with BHoM/BHoM_Adapter#120
Whilst on that branch with the of the adapter these changes work. Makes the whole method a whole lot simpler.
Important: Needs to NOT be merged before the adapter
That is now merged -- I would like to push this through so I can get started with the second level refactoring that has been postponed for too long now. |
Merged per request from @alelom |
Depends on
BHoM/BHoM_Adapter#120
Issues addressed by this PR
Fixes: #1093
Having modified the Push to do deepClone, then the Engine method
DistinctProperties
can be simplified.Additional notes
See BHoM/BHoM_Adapter#84 for description of all refactoring issues for the BHoM_Adapter
and https://github.com/BHoM/BHoM_Adapter/projects/1 for the full refactoring plan.