Remove as_Universe (Issue #2920)#2922
Conversation
|
Hello @IAlibay! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-08-27 13:21:23 UTC |
|
Looks good! Weird that there were no tests for as_Universe. |
Yeah it looks like it was only covered indirectly via LeafletFinder (that or I missed something and I'm going to wake up to Travis complaining 🤷♂️ ) |
Oops, grepped in the wrong folder. There is a test... |
Codecov Report
@@ Coverage Diff @@
## develop #2922 +/- ##
===========================================
+ Coverage 92.96% 93.00% +0.03%
===========================================
Files 187 187
Lines 24935 24928 -7
Branches 3258 3250 -8
===========================================
+ Hits 23182 23184 +2
+ Misses 1705 1696 -9
Partials 48 48
Continue to review full report at Codecov.
|
- Removes `as_Universe` from MDAnalysis.core.universe - LeafletFinder no longer accepts paths to files as Universes
Fixes #2920
Changes made in this Pull Request:
as_Universefrom MDAnalysis.core.universeMDAnalysis.analysis.leaflet.LeafletFinderno longer accepts paths to files for theuniverseargument.PR Checklist