-
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
Adds unwrap keyword to moment of inertia #2288
Conversation
Merge Upstream
Updating fork
Codecov Report
@@ Coverage Diff @@
## develop #2288 +/- ##
===========================================
- Coverage 89.66% 89.66% -0.01%
===========================================
Files 172 172
Lines 21412 21421 +9
Branches 2789 2792 +3
===========================================
+ Hits 19200 19208 +8
Misses 1616 1616
- Partials 596 597 +1
Continue to review 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.
Looking good, just remove the Flags change
package/MDAnalysis/core/__init__.py
Outdated
@@ -440,6 +440,29 @@ def __doc__(self): | |||
* ``True`` - Move all atoms within the primary unit cell before calculation | |||
* ``False`` - Use coordinates as supplied | |||
|
|||
.. Warning:: |
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.
We're deprecating Flags (#782), so don't add any more here
@richardjgowers Ready to be merged |
Fixes #2289
Changes made in this Pull Request:
PR Checklist