phi-grib / flame

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

Q2 R2 conformal #189

Closed josecarlosgomezt closed 4 years ago

pep8speaks commented 4 years ago

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

Line 300:80: E501 line too long (85 > 79 characters) Line 314:80: E501 line too long (98 > 79 characters) Line 316:80: E501 line too long (98 > 79 characters) Line 321:33: E127 continuation line over-indented for visual indent

Line 32:32: E225 missing whitespace around operator Line 32:45: E703 statement ends with a semicolon Line 34:35: E225 missing whitespace around operator Line 35:1: E402 module level import not at top of file Line 36:1: E402 module level import not at top of file Line 37:1: E402 module level import not at top of file Line 39:1: E402 module level import not at top of file Line 41:1: E402 module level import not at top of file Line 42:1: E402 module level import not at top of file Line 52:1: W293 blank line contains whitespace Line 62:1: W293 blank line contains whitespace Line 77:80: E501 line too long (104 > 79 characters) Line 78:80: E501 line too long (91 > 79 characters) Line 81:36: W291 trailing whitespace Line 96:9: E303 too many blank lines (2) Line 98:67: W291 trailing whitespace Line 114:1: W293 blank line contains whitespace Line 121:44: E231 missing whitespace after ',' Line 121:57: E231 missing whitespace after ',' Line 121:80: E501 line too long (91 > 79 characters) Line 125:21: E265 block comment should start with '# ' Line 126:21: E265 block comment should start with '# ' Line 129:44: E231 missing whitespace after ',' Line 129:57: E231 missing whitespace after ',' Line 129:80: E501 line too long (90 > 79 characters) Line 132:80: E501 line too long (88 > 79 characters) Line 133:1: W293 blank line contains whitespace Line 139:80: W291 trailing whitespace Line 140:21: E128 continuation line under-indented for visual indent Line 141:80: E501 line too long (81 > 79 characters) Line 145:80: E501 line too long (101 > 79 characters) Line 146:22: E128 continuation line under-indented for visual indent Line 147:80: E501 line too long (80 > 79 characters) Line 154:80: E501 line too long (86 > 79 characters) Line 168:17: E265 block comment should start with '# ' Line 169:21: E116 unexpected indentation (comment) Line 169:21: E265 block comment should start with '# ' Line 176:37: E127 continuation line over-indented for visual indent Line 177:37: E127 continuation line over-indented for visual indent Line 184:49: E127 continuation line over-indented for visual indent Line 187:80: E501 line too long (87 > 79 characters) Line 197:80: E501 line too long (83 > 79 characters) Line 206:80: E501 line too long (86 > 79 characters) Line 210:80: E501 line too long (92 > 79 characters) Line 222:1: W293 blank line contains whitespace Line 223:9: E265 block comment should start with '# ' Line 224:13: E116 unexpected indentation (comment) Line 224:13: E265 block comment should start with '# ' Line 225:9: E265 block comment should start with '# ' Line 237:80: E501 line too long (85 > 79 characters) Line 242:31: E211 whitespace before '(' Line 247:21: E115 expected an indented block (comment) Line 247:80: E501 line too long (88 > 79 characters) Line 248:21: E115 expected an indented block (comment) Line 249:31: E225 missing whitespace around operator Line 249:38: E211 whitespace before '(' Line 252:25: E128 continuation line under-indented for visual indent Line 253:25: E128 continuation line under-indented for visual indent Line 258:1: E266 too many leading '#' for block comment Line 263:1: W293 blank line contains whitespace Line 265:5: E303 too many blank lines (3) Line 269:5: E303 too many blank lines (2) Line 276:5: E303 too many blank lines (2) Line 277:80: E501 line too long (87 > 79 characters) Line 280:5: E303 too many blank lines (2) Line 282:80: E501 line too long (98 > 79 characters) Line 283:80: E501 line too long (84 > 79 characters) Line 285:80: E501 line too long (102 > 79 characters) Line 288:5: E303 too many blank lines (2) Line 289:80: E501 line too long (104 > 79 characters) Line 292:5: E303 too many blank lines (2) Line 293:69: W292 no newline at end of file Line 293:69: W292 no newline at end of file Line 293:69: W292 no newline at end of file

Line 172:38: W291 trailing whitespace Line 173:39: E231 missing whitespace after ',' Line 177:9: E303 too many blank lines (2) Line 177:53: W291 trailing whitespace Line 178:80: E501 line too long (85 > 79 characters) Line 216:1: W293 blank line contains whitespace Line 219:41: E231 missing whitespace after ',' Line 224:57: W291 trailing whitespace Line 225:25: E128 continuation line under-indented for visual indent Line 233:39: W291 trailing whitespace Line 234:33: E127 continuation line over-indented for visual indent Line 234:58: W291 trailing whitespace Line 235:33: E128 continuation line under-indented for visual indent Line 247:80: E501 line too long (85 > 79 characters) Line 252:25: E127 continuation line over-indented for visual indent Line 252:59: W291 trailing whitespace Line 258:73: W291 trailing whitespace Line 259:13: E128 continuation line under-indented for visual indent Line 265:51: W291 trailing whitespace Line 266:13: E128 continuation line under-indented for visual indent Line 273:52: W291 trailing whitespace Line 279:1: W293 blank line contains whitespace Line 288:46: W291 trailing whitespace Line 298:73: W291 trailing whitespace Line 303:17: E128 continuation line under-indented for visual indent Line 310:80: E501 line too long (82 > 79 characters) Line 320:22: E127 continuation line over-indented for visual indent Line 323:22: E127 continuation line over-indented for visual indent Line 329:25: E127 continuation line over-indented for visual indent Line 331:1: W293 blank line contains whitespace Line 363:1: W293 blank line contains whitespace Line 409:51: E712 comparison to True should be 'if cond is True:' or 'if cond:' Line 411:51: E712 comparison to True should be 'if cond is True:' or 'if cond:' Line 413:51: E712 comparison to True should be 'if cond is True:' or 'if cond:' Line 415:51: E712 comparison to True should be 'if cond is True:' or 'if cond:' Line 441:9: E303 too many blank lines (2) Line 446:25: E127 continuation line over-indented for visual indent Line 452:25: E127 continuation line over-indented for visual indent Line 457:25: E128 continuation line under-indented for visual indent Line 457:80: E501 line too long (83 > 79 characters) Line 458:26: E128 continuation line under-indented for visual indent Line 461:25: E127 continuation line over-indented for visual indent Line 463:1: W293 blank line contains whitespace Line 487:56: W291 trailing whitespace Line 490:56: W291 trailing whitespace Line 494:18: E127 continuation line over-indented for visual indent Line 504:1: W293 blank line contains whitespace Line 509:41: E128 continuation line under-indented for visual indent Line 510:41: E128 continuation line under-indented for visual indent Line 511:41: E128 continuation line under-indented for visual indent Line 514:25: E127 continuation line over-indented for visual indent Line 516:1: W293 blank line contains whitespace Line 523:41: E128 continuation line under-indented for visual indent Line 523:59: W291 trailing whitespace Line 525:80: E501 line too long (83 > 79 characters) Line 532:41: E128 continuation line under-indented for visual indent Line 532:70: W291 trailing whitespace Line 533:45: E128 continuation line under-indented for visual indent Line 536:25: E127 continuation line over-indented for visual indent Line 545:80: E501 line too long (83 > 79 characters) Line 548:1: W293 blank line contains whitespace Line 551:18: E127 continuation line over-indented for visual indent Line 553:70: W291 trailing whitespace Line 554:44: W291 trailing whitespace Line 559:77: W291 trailing whitespace

Comment last updated at 2020-04-18 07:38:52 UTC