Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions package/MDAnalysis/analysis/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@

.. autofunction:: alignto
.. autoclass:: AlignTraj
.. autoclass:: AverageStructure
.. autofunction:: rotation_matrix


Expand Down Expand Up @@ -796,13 +797,8 @@ def __init__(self, mobile, reference=None, select='all', filename=None,
already a :class:`MemoryReader` then it is *always* treated as if
``in_memory`` had been set to ``True``.

.. versionadded:: 1.0.0

.. versionchanged:: 1.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, that one's on me I believe.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No biggie — I rather have more information than less.

Thanks for reviewing so quickly.... and the other one — you beat me to asking for your review.

Support for the ``start``, ``stop``, and ``step`` keywords has been
removed. These should instead be passed
to :meth:`AverageStructure.run`.

.. versionadded:: 1.0.0
"""
if in_memory or isinstance(mobile.trajectory, MemoryReader):
mobile.transfer_to_memory()
Expand Down