-
Notifications
You must be signed in to change notification settings - Fork 111
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
New contact module, Surface base class and tests #281
New contact module, Surface base class and tests #281
Conversation
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ced to check whether the default connection indices are None
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 #281 +/- ##
================================================
+ Coverage 93.60% 93.71% +0.11%
================================================
Files 44 48 +4
Lines 3000 3055 +55
Branches 347 354 +7
================================================
+ Hits 2808 2863 +55
Misses 155 155
Partials 37 37
☔ View full report in Codecov by Sentry. |
…contact_function now
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.
Some minor changes.
@Ali-7800 also can you improve the PR description. It is not clear right now. |
…ests-2.31.0 build(deps): bump requests from 2.30.0 to 2.31.0
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.
Some comments
…len_ from test_connections.py and test_contacts.py
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.
Just one small comment. looks good
Co-authored-by: Arman Tekinalp <[email protected]>
…order_check, and changed NoContact init doc
Co-authored-by: Seung Hyun Kim <[email protected]>
…rt of the message
…tem_collection_with_connections_and_indices
added -> None: Co-authored-by: Yashraj Bhosale <[email protected]>
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.
Minor stuff
Co-authored-by: Yashraj Bhosale <[email protected]>
Co-authored-by: Yashraj Bhosale <[email protected]>
Co-authored-by: Yashraj Bhosale <[email protected]>
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
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
First contact module PR. Contact module will be used for contact between system_type objects (rods and rigid bodies) and allowed_contact_type objects (rods, rigid bodies and surfaces). This PR includes: