-
Notifications
You must be signed in to change notification settings - Fork 723
Fix incorrect self.atom assignment in SingleFrameReaderBase #5055
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
Fix incorrect self.atom assignment in SingleFrameReaderBase #5055
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5055 +/- ##
========================================
Coverage 93.62% 93.62%
========================================
Files 177 177
Lines 22001 22001
Branches 3114 3114
========================================
Hits 20599 20599
Misses 947 947
Partials 455 455 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 thanks!
package/CHANGELOG
Outdated
@@ -33,6 +33,7 @@ Fixes | |||
* Fixes the benchmark `SimpleRmsBench` in `benchmarks/analysis/rms.py` | |||
by changing the way weights for RMSD are calculated, instead of | |||
directly passing them. (Issue #3520, PR #5006) | |||
* Fix incorrect `self.atom` assignment in SingleFrameReaderBase (Issue #5052, PR #5055) |
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.
Sorry to be pedantic about this, but could you put this at the top? It's very useful on release to get the chronological order right.
@yuxuanzhuang please feel free to merge at your leisure once you update the changelog entry. |
Thanks! |
Fixes #5052
Changes made in this Pull Request:
SingleFrameReaderBase
whereself.atom
was incorrectly used instead ofself.atoms
to store the number of atomsDATAReader
of LAMPMPS of this upstream setting.PR Checklist
package/CHANGELOG
file updated?package/AUTHORS
? (If it is not, add it!)Developers Certificate of Origin
I certify that I can submit this code contribution as described in the Developer Certificate of Origin, under the MDAnalysis LICENSE.
📚 Documentation preview 📚: https://mdanalysis--5055.org.readthedocs.build/en/5055/