-
Notifications
You must be signed in to change notification settings - Fork 112
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
Task 2: Unit test for specific functions part 3 #261
Task 2: Unit test for specific functions part 3 #261
Conversation
@Rahul-JOON a small note, if you are still making changes to a PR after opening it, please either mark it as WIP or draft unless final to review. |
Understood and noted, Thanks @bhosale2 |
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.
LGTM, one minor change.
Co-authored-by: Arman Tekinalp <[email protected]>
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## update-0.3.2 #261 +/- ##
================================================
+ Coverage 91.52% 93.87% +2.34%
================================================
Files 43 43
Lines 2938 2938
Branches 341 341
================================================
+ Hits 2689 2758 +69
+ Misses 217 144 -73
- Partials 32 36 +4
☔ View full report in Codecov by Sentry. |
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.
LGTM
This PR contains the test case for the functions - _calculate_contact_forces_self_rod & _calculate_contact_forces_rod_rod as mentioned in #99.
Because the codebase is not broken, all of the test cases are currently passing.