-
Notifications
You must be signed in to change notification settings - Fork 67
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
7 to main #540
7 to main #540
Conversation
Signed-off-by: Addisu Z. Taddese <[email protected]>
…re (#538) * Added std::optional MassMatrix function to box, sphere & cylinder Signed-off-by: Jasmeet Singh <[email protected]> * Used py::overload_cast with py::const_ for MassMatrix functions in py bindings Signed-off-by: Jasmeet Singh <[email protected]> * Included <optional> in Cylinder, Sphere & Box headers Signed-off-by: Jasmeet Singh <[email protected]> * Added unit tests for std::optional MassMatrix() for box, cylinder & sphere Signed-off-by: Jasmeet Singh <[email protected]> * Added python tests for new MassMatrix() function for Box, sphere & Cylinder Signed-off-by: Jasmeet Singh <[email protected]> * Included <optional> in detail Cylinder, Sphere & Box headers Signed-off-by: Jasmeet Singh <[email protected]> --------- Signed-off-by: Jasmeet Singh <[email protected]>
Signed-off-by: Michael Carroll <[email protected]> Signed-off-by: Michael Carroll <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #540 +/- ##
==========================================
- Coverage 99.74% 94.53% -5.21%
==========================================
Files 77 144 +67
Lines 7032 9626 +2594
==========================================
+ Hits 7014 9100 +2086
- Misses 18 526 +508
|
This is currently targetting |
Done |
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.
Could you add small tests for the newly added functions to make codecov happy ?
Not sure why ABI checker is failing here.
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
The ABI checker is failing because this PR was originally targeting |
I think this one is good to go. ABI checker is a non-issue and we can increase coverage in a later PR, as this is just a forward port. |
➡️ Forward port
Port 7 to main
Branch comparison: main...gz-math7
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)