Skip to content
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

Use correct indices of residues in Transformation #64

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

andreasKroepelin
Copy link
Contributor

Sorry I didn't catch this earlier together with #63. The documentation of Transformation states that its fields inds1 and inds2 store the indices of residuals that were used when superimposing structures. However, when residues were skipped due to differing amounts of atoms, the corresponding indices were still part of inds1 and inds2. This PR makes sure that this is no longer the case.

Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.99%. Comparing base (2bf28ef) to head (3b5f1bc).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #64   +/-   ##
=======================================
  Coverage   94.98%   94.99%           
=======================================
  Files          14       14           
  Lines        1916     1919    +3     
=======================================
+ Hits         1820     1823    +3     
  Misses         96       96           

☔ 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.

@jgreener64 jgreener64 merged commit bc2ba52 into BioJulia:master Mar 14, 2025
9 checks passed
@jgreener64
Copy link
Member

Great, thanks.

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.

2 participants