-
Notifications
You must be signed in to change notification settings - Fork 34
Restraints API #1043
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
Restraints API #1043
Conversation
|
🚨 API breaking changes detected! 🚨 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1043 +/- ##
==========================================
- Coverage 94.63% 93.20% -1.44%
==========================================
Files 143 165 +22
Lines 10962 12389 +1427
==========================================
+ Hits 10374 11547 +1173
- Misses 588 842 +254
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
|
🚨 API breaking changes detected! 🚨 |
Co-authored-by: Hannah Baumann <[email protected]>
| ) | ||
| atom_finder.run() | ||
|
|
||
| if not atom_finder.results.host_idxs.any(): |
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.
Issue #1418
| v2 = positions[atoms[i + 2], :] - positions[atoms[i + 1], :] | ||
| if dimensions is not None: | ||
| v1 = minimize_vectors(v1, box=dimensions) | ||
| v2 = minimize_vectors(v2, box=dimensions) |
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.
Needs tests see #1419
|
No API break detected ✅ |
|
Dismissing @hannahbaumann's review as most things have either been addressed or will be addressed in a future PR. |
Has been addressed or will be addressed elsewhere.
Checklist
newsentryDevelopers certificate of origin