-
Notifications
You must be signed in to change notification settings - Fork 653
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: align.py doctest error #4521
Conversation
Linter Bot Results:Hi @talagayev! Thanks for making this PR. We linted your code and found the following: Some issues were found with the formatting of your code.
Please have a look at the Please note: The |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4521 +/- ##
========================================
Coverage 93.66% 93.66%
========================================
Files 168 168
Lines 21240 21240
Branches 3913 3913
========================================
Hits 19894 19894
Misses 888 888
Partials 458 458 ☔ View full report in Codecov by Sentry. |
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, just add yourself to AUTHORS. (We don't need an entry for CHANGELOG for doctest fixes)
Head branch was pushed to by a user without write access
Added myself to AUTHORS list |
Partially Fixes #3925
Changes made in this Pull Request:
Doctest for align.py
(
package/MDAnalysis/analysis/align.py
) file contains these errors:name rmsd is not defined
: Reason were typo errors, which required to add::
in the end of two sentences to fixPR Checklist
Developers certificate of origin
📚 Documentation preview 📚: https://mdanalysis--4521.org.readthedocs.build/en/4521/