Skip to content

Commit

Permalink
fix: align.py doctest error
Browse files Browse the repository at this point in the history
  • Loading branch information
HeetVekariya committed Dec 19, 2023
1 parent b808ef1 commit 9f7a747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/MDAnalysis/analysis/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
>>> trj = mda.Universe(PSF, DCD) # trajectory of change 1AKE->4AKE
>>> alignment = align.AlignTraj(trj, ref, filename='rmsfit.dcd')
>>> alignment.run()
<MDAnalysis.analysis.align.AlignTraj object at ...>
<MDAnalysis.analysis.align.AlignTraj object at ...
It is also possible to align two arbitrary structures by providing a
mapping between atoms based on a sequence alignment. This allows
Expand Down

0 comments on commit 9f7a747

Please sign in to comment.