-
Notifications
You must be signed in to change notification settings - Fork 13
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
Geometry_Engine: redundant calls to clone removed #3232
Geometry_Engine: redundant calls to clone removed #3232
Conversation
@BHoMBot check unit-tests |
@Tom-Kingstone to confirm, the following actions are now queued:
|
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 by running all the unit tests for Geometry_Engine, and came back with 3 errors, see below:
Thanks @Tom-Kingstone for testing, I pushed a fix for the bug that you have found 👍 |
@BHoMBot check unit-tests |
@Tom-Kingstone to confirm, the following actions are now queued:
|
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.
After testing with Geometry_Engine unit tests locally, as well as some other engines that are dependent on the Geometry_Engine (namely environment, facade and physical), I am happy to say that removing DeepClone in these places does not break the methods.
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.
Have reviewed the code and @Tom-Kingstone has run the tests so this looks good to me now 😄
@FraserGreenroyd to confirm, the following actions are now queued:
|
Please be advised that the check with reference 20335594460 has more than 50 annotations of notes. API limitations restrict annotations to 50. You may need to rerun this check to obtain the next set when you make changes. At the time of reporting this check, there are 57 additional annotations waiting, made up of 0 errors and 57 warnings. |
Please be advised that the check with reference 20335605755 has more than 50 annotations of notes. API limitations restrict annotations to 50. You may need to rerun this check to obtain the next set when you make changes. At the time of reporting this check, there are 130 additional annotations waiting, made up of 0 errors and 130 warnings. |
The check |
Please be advised that the check with reference 20335635243 has more than 50 annotations of notes. API limitations restrict annotations to 50. You may need to rerun this check to obtain the next set when you make changes. At the time of reporting this check, there are 130 additional annotations waiting, made up of 0 errors and 130 warnings. |
The check |
@BHoMBot this is a DevOps instruction. I am requesting neutral checks on: core, documentation-compliance, null-handling, serialisation, unit-tests |
@FraserGreenroyd I have provided neutral checks to the checks requested. These checks will need to be run properly to obtain full results. |
@BHoMBot check ready-to-merge |
@FraserGreenroyd to confirm, the following actions are now queued:
|
Issues addressed by this PR
Closes #943
Test files
@FraserGreenroyd as discussed, it would be great if you could do a sanity check and onboard someone to dust off the test scripts that would confirm that I have not broken anything 🙈
Changelog
Additional comments