OpenFreeEnergy / konnektor

Algorithms for various Network Layouts and Tooling for planning FE Calculations
https://konnektor.readthedocs.io/
MIT License
15 stars 4 forks source link

implements simple charge clustering class #36

Closed richardjgowers closed 6 months ago

richardjgowers commented 6 months ago

fixes #26

pep8speaks commented 6 months ago

Hello @richardjgowers! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 11:1: E302 expected 2 blank lines, found 1 Line 11:26: E225 missing whitespace around operator Line 23:1: E302 expected 2 blank lines, found 1 Line 23:24: E225 missing whitespace around operator Line 33:80: E501 line too long (113 > 79 characters)

Line 7:80: E501 line too long (93 > 79 characters)

Line 4:80: E501 line too long (97 > 79 characters) Line 41:80: E501 line too long (82 > 79 characters)

Line 25:1: E265 block comment should start with '# ' Line 28:80: E501 line too long (94 > 79 characters) Line 31:80: E501 line too long (92 > 79 characters) Line 151:80: E501 line too long (132 > 79 characters)

Line 10:80: E501 line too long (126 > 79 characters)

Line 12:1: E302 expected 2 blank lines, found 1

Comment last updated at 2024-05-06 05:47:54 UTC