Skip to content

Conversation

@IAlibay
Copy link
Member

@IAlibay IAlibay commented Dec 9, 2024

Checklist

  • Added a news entry

Developers certificate of origin

@github-actions
Copy link

github-actions bot commented Dec 9, 2024

🚨 API breaking changes detected! 🚨

@codecov
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

❌ Patch coverage is 98.80869% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.20%. Comparing base (ccf856a) to head (27447b3).
⚠️ Report is 226 commits behind head on main.

Files with missing lines Patch % Lines
...protocols/restraint_utils/openmm/omm_restraints.py 92.18% 10 Missing ⚠️
openfe/protocols/restraint_utils/geometry/utils.py 96.55% 7 Missing ⚠️
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     
Flag Coverage Δ
fast-tests 93.20% <98.80%> (?)
slow-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

github-actions bot commented Dec 9, 2024

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

github-actions bot commented Dec 9, 2024

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

🚨 API breaking changes detected! 🚨

@github-actions
Copy link

🚨 API breaking changes detected! 🚨

@IAlibay IAlibay changed the title [WIP] Restraints API Restraints API Jul 4, 2025
)
atom_finder.run()

if not atom_finder.results.host_idxs.any():
Copy link
Member Author

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)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs tests see #1419

@github-actions
Copy link

github-actions bot commented Jul 4, 2025

No API break detected ✅

@IAlibay
Copy link
Member Author

IAlibay commented Jul 4, 2025

Dismissing @hannahbaumann's review as most things have either been addressed or will be addressed in a future PR.

@IAlibay IAlibay dismissed hannahbaumann’s stale review July 4, 2025 15:57

Has been addressed or will be addressed elsewhere.

@IAlibay IAlibay merged commit 04387d7 into main Jul 4, 2025
13 checks passed
@IAlibay IAlibay deleted the omm-restraints branch July 4, 2025 16:14
@Kamecs Kamecs mentioned this pull request Jul 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Boresch host search tests Boresch guest search tests DSSP filtering tests Restraint geometry utils tests

4 participants