Amber-MD / pytraj

Python interface of cpptraj
https://amber-md.github.io/pytraj
170 stars 38 forks source link

solve pca() degenerates input TrajectoryIterator issue #1453

Closed hongbo-zhu-cn closed 6 years ago

hongbo-zhu-cn commented 6 years ago

The pca() function will degenerate the input TrajectoryIterator because of an inappropriate re-initiation of actionlist. Also added a test to the test_pca.py to make sure the fix works.

hainm commented 6 years ago

Thanks @hongbo-zhu-cn