Skip to content

Commit

Permalink
typo found by James
Browse files Browse the repository at this point in the history
  • Loading branch information
karolamik13 committed Sep 11, 2024
1 parent 6c10c46 commit cf86d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3965,7 +3965,7 @@ def getInteractions(self, **kwargs):
trajectory = self._traj
numFrames = trajectory._n_csets
except:
# If we analyze previously saved PKL file we doesn't have dcd information
# If we analyze previously saved PKL file it doesn't have dcd information
# We have seven type of interactions. It will give number of frames.
numFrames = int(len(sele_inter)/7)

Expand Down

0 comments on commit cf86d94

Please sign in to comment.