autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 268 forks source link

v.0.6.2 to Dev #362

Closed mikkokotila closed 5 years ago

mikkokotila commented 5 years ago

See individual commits for more details.

pep8speaks commented 5 years ago

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

Line 6:1: E402 module level import not at top of file Line 7:1: E402 module level import not at top of file Line 16:1: E402 module level import not at top of file

Line 200:80: E501 line too long (81 > 79 characters)

Line 1:1: E302 expected 2 blank lines, found 0 Line 100:80: E501 line too long (84 > 79 characters) Line 103:80: E501 line too long (82 > 79 characters)

Line 183:80: E501 line too long (81 > 79 characters) Line 205:80: E501 line too long (80 > 79 characters) Line 220:80: E501 line too long (82 > 79 characters)

Line 16:80: E501 line too long (83 > 79 characters)

Line 31:19: E712 comparison to True should be 'if cond is True:' or 'if cond:'

Line 29:80: E501 line too long (87 > 79 characters)

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

Line 21:80: E501 line too long (127 > 79 characters)

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

Line 66:80: E501 line too long (97 > 79 characters) Line 151:5: E303 too many blank lines (2)

Comment last updated at 2019-08-03 13:07:05 UTC