a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
1.03k stars 131 forks source link

bug: 'continue' not properly in loop #80

Closed EyalRozenberg1 closed 2 years ago

EyalRozenberg1 commented 2 years ago

In /graphein/protein/graphs.py line 271. The continue statement is used outside of a for/while loop. Solution: replace the continue statement with 'pass' statement to keep functionality as needed.