Closed dickeygh closed 4 years ago
Hello @dickeygh! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
core/Get_Task_Type.py
:Line 11:80: E501 line too long (150 > 79 characters) Line 15:80: E501 line too long (88 > 79 characters) Line 22:10: E261 at least two spaces before inline comment
core/analysis.py
:Line 350:80: E501 line too long (85 > 79 characters) Line 358:9: E303 too many blank lines (2) Line 358:80: E501 line too long (109 > 79 characters)
core/classifiers.py
:Line 3:80: E501 line too long (99 > 79 characters) Line 5:1: E302 expected 2 blank lines, found 1
core/models.py
:Line 46:80: E501 line too long (117 > 79 characters)
core/neo4j/models_to_neo4j.py
:Line 188:80: E501 line too long (118 > 79 characters) Line 189:80: E501 line too long (104 > 79 characters) Line 191:80: E501 line too long (118 > 79 characters)
core/regressors.py
:Line 162:80: E501 line too long (87 > 79 characters) Line 222:80: E501 line too long (87 > 79 characters)
core/train.py
:Line 239:5: E303 too many blank lines (2) Line 248:5: E303 too many blank lines (2) Line 255:80: E501 line too long (95 > 79 characters) Line 256:80: E501 line too long (94 > 79 characters) Line 257:80: E501 line too long (99 > 79 characters) Line 266:80: E501 line too long (93 > 79 characters) Line 267:80: E501 line too long (92 > 79 characters) Line 268:80: E501 line too long (97 > 79 characters)
main.py
:Line 22:4: E114 indentation is not a multiple of four (comment) Line 27:4: E114 indentation is not a multiple of four (comment) Line 114:80: E501 line too long (107 > 79 characters)
Today, I pushed several changes to this PR:
Classifiers.py:
Get_Task_Type.py:
grid.py:
models.py:
name.py:
main.py:
Features.py:
Today, I made the following changes to this PR:
I merged it with the newly updated development branch
Analysis.py:
Train.py:
Get_Task_Type.py:
Classifiers.py:
features.py:
grid.py:
name.py:
regressors.py:
Issues 82 and 84 are related to this PR. Please check them out and let me know of any potential solutions. However, these issues do not cause problems with this PR, as Get_Task_Type.py allows the workflow to run without these errors being raised.