autonomio / talos

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

v.0.6.3 to Master #384

Closed mikkokotila closed 4 years ago

mikkokotila commented 4 years ago

See commit details for more information.

pep8speaks commented 4 years ago

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

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

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

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

Line 11:18: E231 missing whitespace after ':' Line 20:1: E302 expected 2 blank lines, found 1 Line 26:80: E501 line too long (107 > 79 characters) Line 38:80: E501 line too long (85 > 79 characters) Line 39:53: E127 continuation line over-indented for visual indent Line 40:53: E127 continuation line over-indented for visual indent Line 40:80: E501 line too long (83 > 79 characters) Line 41:53: E127 continuation line over-indented for visual indent Line 42:53: E127 continuation line over-indented for visual indent Line 43:53: E127 continuation line over-indented for visual indent Line 54:1: E101 indentation contains mixed spaces and tabs Line 54:1: W191 indentation contains tabs Line 54:21: E128 continuation line under-indented for visual indent Line 59:1: E101 indentation contains mixed spaces and tabs

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

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 561


Changes Missing Coverage Covered Lines Changed/Added Lines %
talos/autom8/autoparams.py 1 2 50.0%
talos/reducers/reduce_run.py 7 9 77.78%
talos/utils/experiment_log_callback.py 9 11 81.82%
talos/utils/torch_history.py 3 5 60.0%
talos/autom8/autoscan.py 3 6 50.0%
talos/scan/scan_round.py 10 15 66.67%
talos/reducers/GamifyMap.py 40 51 78.43%
talos/reducers/forrest.py 1 14 7.14%
talos/reducers/trees.py 1 16 6.25%
talos/templates/datasets.py 1 21 4.76%
<!-- Total: 116 190 61.05% -->
Totals Coverage Status
Change from base Build 527: -3.5%
Covered Lines: 1308
Relevant Lines: 1527

💛 - Coveralls