-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in PCA trajectory iteration -- avoid explicit usage of self.s…
…tart (#4423) * Fix bug in PCA trajectory iteration -- avoid explicit usage of self.start * update changelog and tests for PCA fix * Update test_pca.py fix formatting changes * Replace self._u.trajectory[...] with self._sliced_trajectory * Update documentaiton * Update testsuite/MDAnalysisTests/analysis/test_pca.py Co-authored-by: Irfan Alibay <[email protected]> * Update package/MDAnalysis/analysis/pca.py Co-authored-by: Irfan Alibay <[email protected]> * Update package/CHANGELOG Co-authored-by: Irfan Alibay <[email protected]> * revert back to testing with mean=None * Enforce mean=None when testing with frames --------- Co-authored-by: Irfan Alibay <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters