phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

Plot manifold #205

Closed manuelpastor closed 3 years ago

pep8speaks commented 3 years ago

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

Line 447:25: E231 missing whitespace after ',' Line 447:36: E231 missing whitespace after ','

Line 28:34: W291 trailing whitespace Line 34:14: W291 trailing whitespace Line 40:1: E302 expected 2 blank lines, found 1 Line 40:28: E231 missing whitespace after ',' Line 40:34: E231 missing whitespace after ',' Line 45:8: E225 missing whitespace around operator Line 45:32: E231 missing whitespace after ',' Line 47:29: E231 missing whitespace after ':' Line 49:58: E231 missing whitespace after ',' Line 51:31: E231 missing whitespace after ',' Line 53:58: E231 missing whitespace after ',' Line 55:12: E225 missing whitespace around operator Line 57:30: E231 missing whitespace after ',' Line 57:33: E231 missing whitespace after ',' Line 58:25: E127 continuation line over-indented for visual indent Line 60:1: W293 blank line contains whitespace Line 61:30: E231 missing whitespace after ',' Line 61:33: E231 missing whitespace after ',' Line 62:25: E127 continuation line over-indented for visual indent Line 65:1: E302 expected 2 blank lines, found 1 Line 75:8: E225 missing whitespace around operator Line 75:27: E231 missing whitespace after ',' Line 77:29: E231 missing whitespace after ':' Line 79:58: E231 missing whitespace after ',' Line 81:31: E231 missing whitespace after ',' Line 83:12: E225 missing whitespace around operator Line 85:30: E231 missing whitespace after ',' Line 85:33: E231 missing whitespace after ',' Line 86:25: E127 continuation line over-indented for visual indent Line 88:1: W293 blank line contains whitespace Line 89:30: E231 missing whitespace after ',' Line 89:33: E231 missing whitespace after ',' Line 100:1: E302 expected 2 blank lines, found 1 Line 118:58: E231 missing whitespace after ',' Line 125:29: E231 missing whitespace after ',' Line 126:24: E127 continuation line over-indented for visual indent Line 130:5: E303 too many blank lines (2) Line 130:29: E231 missing whitespace after ',' Line 131:24: E127 continuation line over-indented for visual indent Line 137:26: E211 whitespace before '(' Line 138:37: E211 whitespace before '(' Line 141:18: E211 whitespace before '('

Line 3:42: W291 trailing whitespace Line 17:1: E302 expected 2 blank lines, found 1 Line 23:80: E501 line too long (136 > 79 characters) Line 36:80: E501 line too long (83 > 79 characters) Line 38:80: E501 line too long (86 > 79 characters) Line 39:80: E501 line too long (87 > 79 characters) Line 40:80: E501 line too long (87 > 79 characters) Line 61:80: E501 line too long (80 > 79 characters) Line 88:80: E501 line too long (92 > 79 characters) Line 149:20: W292 no newline at end of file

Comment last updated at 2021-04-22 15:35:09 UTC