sgosline / hyphalnet

Basic implementation of community detection in networks
MIT License
1 stars 1 forks source link

significantGenes file for enrichment #10

Closed Lthura closed 4 years ago

pep8speaks commented 4 years ago

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

Line 14:1: E402 module level import not at top of file Line 15:1: E402 module level import not at top of file Line 16:1: E402 module level import not at top of file Line 17:1: E402 module level import not at top of file Line 18:1: E402 module level import not at top of file Line 19:1: E402 module level import not at top of file Line 20:1: E402 module level import not at top of file Line 21:1: E402 module level import not at top of file Line 22:1: E402 module level import not at top of file Line 37:52: E502 the backslash is redundant between brackets Line 38:80: E501 line too long (102 > 79 characters) Line 46:1: E265 block comment should start with '# ' Line 46:1: E303 too many blank lines (4) Line 47:1: E305 expected 2 blank lines after class or function definition, found 4 Line 49:70: E502 the backslash is redundant between brackets Line 51:33: E231 missing whitespace after ',' Line 51:59: E502 the backslash is redundant between brackets Line 52:46: E231 missing whitespace after ',' Line 52:67: E502 the backslash is redundant between brackets Line 56:6: E225 missing whitespace around operator Line 64:1: E265 block comment should start with '# ' Line 66:5: E265 block comment should start with '# ' Line 68:32: W291 trailing whitespace Line 72:33: E231 missing whitespace after ',' Line 72:38: W291 trailing whitespace Line 73:15: E231 missing whitespace after ',' Line 78:2: E114 indentation is not a multiple of four (comment) Line 78:2: E265 block comment should start with '# ' Line 80:1: E302 expected 2 blank lines, found 1 Line 83:5: E265 block comment should start with '# ' Line 85:1: W293 blank line contains whitespace Line 87:1: W293 blank line contains whitespace Line 89:9: E225 missing whitespace around operator Line 94:10: E211 whitespace before '(' Line 109:5: E303 too many blank lines (2) Line 110:80: E501 line too long (100 > 79 characters) Line 110:86: E231 missing whitespace after ':' Line 113:39: E261 at least two spaces before inline comment Line 113:39: E262 inline comment should start with '# ' Line 120:5: E303 too many blank lines (2) Line 130:1: E305 expected 2 blank lines after class or function definition, found 1