Skip to content

Commit

Permalink
remove no nodes warning on parseEMD
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 8, 2023
1 parent fe56a70 commit 919ec21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prody/proteins/emdfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ def parseEMDStream(stream, **kwargs):
else:
make_nodes = False
map = True
LOGGER.info('As n_nodes is less than or equal to 0, no nodes will be'
' made and the raw map will be returned')

emd = EMDMAP(stream, min_cutoff, max_cutoff)

Expand Down

0 comments on commit 919ec21

Please sign in to comment.