Dlux804 / McQuade-Chem-ML

Development of easy to use and reproducible ML scripts for chemistry.
5 stars 1 forks source link

Learning curve #88

Closed qle2 closed 4 years ago

qle2 commented 4 years ago

This PR:

pep8speaks commented 4 years ago

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

Line 146:57: E127 continuation line over-indented for visual indent Line 146:80: E501 line too long (119 > 79 characters) Line 147:80: E501 line too long (97 > 79 characters) Line 148:80: E501 line too long (104 > 79 characters) Line 149:80: E501 line too long (107 > 79 characters) Line 150:80: E501 line too long (89 > 79 characters) Line 179:80: E501 line too long (92 > 79 characters)

Line 32:80: E501 line too long (94 > 79 characters)

Line 156:1: W293 blank line contains whitespace

Line 137:80: E501 line too long (118 > 79 characters)

Line 34:80: E501 line too long (97 > 79 characters) Line 93:80: E501 line too long (106 > 79 characters) Line 93:107: W291 trailing whitespace Line 104:80: E501 line too long (92 > 79 characters)

Line 181:80: E501 line too long (113 > 79 characters)

Line 20:41: E231 missing whitespace after ',' Line 73:80: E501 line too long (110 > 79 characters)

Line 9:80: E501 line too long (116 > 79 characters) Line 16:80: E501 line too long (115 > 79 characters)

Comment last updated at 2020-09-01 23:49:57 UTC