Skip to content

Commit

Permalink
Merge pull request #1525 from jamesmkrieger/parse_scipion_no_3d
Browse files Browse the repository at this point in the history
let writeScipionModes work for gnm
  • Loading branch information
jamesmkrieger authored Mar 31, 2022
2 parents 7cb2f65 + 48d7803 commit 2c8f593
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prody/dynamics/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ def writeScipionModes(output_path, modes, write_star=False, scores=None,
if not isinstance(modes, (NMA, ModeSet, VectorBase)):
raise TypeError('rows must be NMA, ModeSet, or Mode, not {0}'
.format(type(modes)))
if not modes.is3d():
raise ValueError('modes must be 3-dimensional')

if not isinstance(write_star, bool):
raise TypeError('write_star should be boolean, not {0}'
Expand Down

0 comments on commit 2c8f593

Please sign in to comment.