Skip to content

Commit

Permalink
remove suspect line
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed May 17, 2022
1 parent e1127bd commit 00d0fd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prody/apps/prody_apps/prody_pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def prody_pca(coords, **kwargs):
if not kwargs.get('aligned'):
ensemble.iterpose(quiet=True)
pca.performSVD(ensemble)
nmodes = pca.numModes()

else:
pdb = prody.parsePDB(coords)
Expand Down

0 comments on commit 00d0fd9

Please sign in to comment.