Closed mikkokotila closed 5 years ago
Hello @mikkokotila! Thanks for submitting the PR.
setup.py
, following are the PEP8 issues :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)
talos/__init__.py
, following are the PEP8 issues :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
talos/commands/evaluate.py
, following are the PEP8 issues :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)
talos/commands/reporting.py
, following are the PEP8 issues :talos/examples/models.py
, following are the PEP8 issues :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
talos/model/layers.py
, following are the PEP8 issues :Line 64:80: E501 line too long (90 > 79 characters)
talos/parameters/ParamGrid.py
, following are the PEP8 issues :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)
talos/reducers/sample_reducer.py
, following are the PEP8 issues :Line 9:5: E303 too many blank lines (2) Line 34:80: E501 line too long (80 > 79 characters)
talos/scan/scan_round.py
, following are the PEP8 issues :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)
talos/utils/validation_split.py
, following are the PEP8 issues :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 | |
---|---|
Change from base Build 377: | 18.7% |
Covered Lines: | 930 |
Relevant Lines: | 1021 |
See more information in commit details.