autonomio / talos

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

v.0.4.9 to Master #249

Closed mikkokotila closed 5 years ago

mikkokotila commented 5 years ago

See more information in commit details.

pep8speaks commented 5 years ago

Hello @mikkokotila! Thanks for submitting the PR.

Line 68:80: E501 line too long (85 > 79 characters) Line 69:80: E501 line too long (84 > 79 characters) Line 74:80: E501 line too long (81 > 79 characters)

Line 19:1: W191 indentation contains tabs Line 19:2: E117 over-indented Line 21:1: W191 indentation contains tabs Line 21:2: E117 over-indented Line 23:1: E402 module level import not at top of file

Line 39:80: E501 line too long (80 > 79 characters) Line 43:80: E501 line too long (82 > 79 characters) Line 44:80: E501 line too long (81 > 79 characters) Line 51:80: E501 line too long (86 > 79 characters) Line 81:80: E501 line too long (80 > 79 characters)

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

Line 14:9: E117 over-indented (comment) Line 15:9: E117 over-indented Line 106:49: E128 continuation line under-indented for visual indent Line 107:49: E128 continuation line under-indented for visual indent

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

Line 5:1: E302 expected 2 blank lines, found 1 Line 30:80: E501 line too long (85 > 79 characters) Line 65:80: E501 line too long (94 > 79 characters) Line 68:80: E501 line too long (115 > 79 characters)

Line 9:5: E303 too many blank lines (2) Line 34:80: E501 line too long (80 > 79 characters)

Line 34:80: E501 line too long (86 > 79 characters) Line 35:80: E501 line too long (91 > 79 characters) Line 38:80: E501 line too long (130 > 79 characters) Line 49:80: E501 line too long (94 > 79 characters)

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

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 407


Changes Missing Coverage Covered Lines Changed/Added Lines %
talos/reducers/sample_reducer.py 5 6 83.33%
talos/commands/evaluate.py 2 4 50.0%
talos/utils/validation_split.py 5 7 71.43%
talos/model/layers.py 6 9 66.67%
<!-- Total: 105 113 92.92% -->
Files with Coverage Reduction New Missed Lines %
talos/reducers/correlation.py 2 84.21%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 377: 18.7%
Covered Lines: 930
Relevant Lines: 1021

💛 - Coveralls