-
Notifications
You must be signed in to change notification settings - Fork 668
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
Partial Fix: groups.py doctest error #4519
Conversation
The error lead to difference between expected and obtained output, since the obtained Ouput lacked dtype=int64, which was present in the expected Output this part was removed to make the expected Output fit the obtained Output
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.
Hello there first time contributor! Welcome to the MDAnalysis community! We ask that all contributors abide by our Code of Conduct and that first time contributors introduce themselves on GitHub Discussions so we can get to know you. You can learn more about participating here. Please also add yourself to package/AUTHORS
as part of this PR.
Linter Bot Results:Hi @talagayev! Thanks for making this PR. We linted your code and found the following: There are currently no issues detected! 🎉 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4519 +/- ##
===========================================
- Coverage 93.65% 93.63% -0.03%
===========================================
Files 168 180 +12
Lines 21215 22294 +1079
Branches 3908 3908
===========================================
+ Hits 19869 20875 +1006
- Misses 888 961 +73
Partials 458 458 ☔ View full report in Codecov by Sentry. |
This PR may be a duplicate of PR #4374 . We'll first have to finalize the other PR and then we will see if there's anything else to be done. |
Leave it open for now. I can close it if/when the other PR gets merged. |
Given that the prior PR #4374 was merged and addresses the original issue, I am just closing this PR. Thanks for the work @talagayev , sorry that it's not going in. |
It's fine, my mistake that i didn't notice that PR #4374 already adressed the issue. |
Partially addresses #3925
group.py
doctest errorsChanges made in this Pull Request:
Doctest for groups.py. Five instances of errors occure in regards to difference between the expected output and obtained output during use of examples using
.ix
with the expected output dispayingdtype=int64
not present in obtained output. Example of previous expected output:Corrected expected output according to the generated output as below:
PR Checklist
Developers certificate of origin
📚 Documentation preview 📚: https://mdanalysis--4519.org.readthedocs.build/en/4519/