autonomio / talos

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

Redesign DistributeScan and introduce RemoteScan to work exactly like Scan #574

Closed abhijithneilabraham closed 2 years ago

pep8speaks commented 2 years ago

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

Line 13:1: E402 module level import not at top of file Line 14:1: E402 module level import not at top of file

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

Line 3:80: E501 line too long (93 > 79 characters) Line 6:80: E501 line too long (85 > 79 characters) Line 16:54: W291 trailing whitespace Line 61:13: E722 do not use bare 'except' Line 81:80: E501 line too long (83 > 79 characters) Line 86:80: E501 line too long (80 > 79 characters) Line 93:80: E501 line too long (82 > 79 characters) Line 116:80: E501 line too long (82 > 79 characters)

Line 13:80: E501 line too long (82 > 79 characters) Line 49:30: W291 trailing whitespace

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

Line 101:13: E722 do not use bare 'except' Line 108:9: E722 do not use bare 'except' Line 125:80: E501 line too long (83 > 79 characters) Line 148:80: E501 line too long (80 > 79 characters)

Line 15:5: E303 too many blank lines (2) Line 24:80: E501 line too long (89 > 79 characters) Line 58:18: W292 no newline at end of file

Comment last updated at 2022-04-09 15:26:49 UTC