-
Notifications
You must be signed in to change notification settings - Fork 670
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
Add isolayer selection method #3846
Conversation
848e9c8
to
30791e2
Compare
This selection method was used in a publication soon to be submitted. |
Codecov ReportBase: 94.33% // Head: 94.34% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #3846 +/- ##
========================================
Coverage 94.33% 94.34%
========================================
Files 193 193
Lines 24981 25007 +26
Branches 3370 3373 +3
========================================
+ Hits 23567 23593 +26
Misses 1365 1365
Partials 49 49
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
This looks good to me
@jaclark5 since this PR is likely to be the first merged, can you add yourself to |
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.
Oops, actually we've got docs for selections also here: https://github.com/MDAnalysis/mdanalysis/blob/develop/package/doc/sphinx/source/documentation_pages/selections.rst
Can you include your new selection on that doc page too?
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.
Looks really good! Just a few quick comments.
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.
One tiny thing then good to go.
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 one more nitpick I promise.
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.
Congrats @jaclark5! Thanks for the contribution!
* Add isolayer selection method * Added test_isolayer assertion that comparison isn't with empty * Added author and docs * Isolayer: Fix documentation and removed unused code * Update CHANGELOG Co-authored-by: Hugo MacDermott-Opeskin <hugomacdermott@gmail.com>
@jaclark5 now that you have merged your first PR (yay) would you be able to please introduce yourself on the developer mailing list (https://groups.google.com/g/mdnalysis-devel)? This is so we have a traceable email for all authors and know a bit more about you. It is also important as we are in the slow process of re-licensing. |
* Add isolayer selection method * Added test_isolayer assertion that comparison isn't with empty * Added author and docs * Isolayer: Fix documentation and removed unused code * Update CHANGELOG Co-authored-by: Hugo MacDermott-Opeskin <hugomacdermott@gmail.com>
Fixes #3845
Changes made in this Pull Request:
PR Checklist