-
Notifications
You must be signed in to change notification settings - Fork 327
Fix Calculation of Compound Center of Masses #1822
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
Conversation
It now supports an optional argument that helps correctly analyze the shape.
Reimplemented Center of a Compound class
The test case compares the center of mass of a compound consisting of faces with the expected value
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1822 +/- ##
==========================================
+ Coverage 95.54% 95.62% +0.07%
==========================================
Files 28 28
Lines 7319 7353 +34
Branches 1102 1111 +9
==========================================
+ Hits 6993 7031 +38
+ Misses 195 193 -2
+ Partials 131 129 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thanks! I simplified the and made CI pass.
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.
Thanks @adam-urbanczyk !
The problem is described in the #1817
Center
method of a compound.