Dlux804 / McQuade-Chem-ML

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

Development andres #64

Closed andreshyer closed 4 years ago

andreshyer commented 4 years ago

qsardq_export.py

storage.py

features.py

main.py

pep8speaks commented 4 years ago

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

Line 14:80: E501 line too long (99 > 79 characters) Line 15:80: E501 line too long (88 > 79 characters) Line 61:80: E501 line too long (80 > 79 characters) Line 71:80: E501 line too long (85 > 79 characters) Line 115:80: E501 line too long (98 > 79 characters) Line 150:80: E501 line too long (81 > 79 characters)

Line 70:80: E501 line too long (85 > 79 characters) Line 139:80: E501 line too long (107 > 79 characters) Line 141:80: E501 line too long (101 > 79 characters) Line 155:80: E501 line too long (91 > 79 characters)

Line 156:80: E501 line too long (112 > 79 characters)

Comment last updated at 2020-07-06 15:27:34 UTC