phi-grib / flame

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

Morgan fp implementation #115

Closed josecarlosgomezt closed 5 years ago

josecarlosgomezt commented 5 years ago
pep8speaks commented 5 years ago

Hello @josecarlosgomezt! Thanks for submitting the PR.

Line 39:80: E501 line too long (97 > 79 characters) Line 134:68: W291 trailing whitespace Line 173:68: W291 trailing whitespace Line 196:8: W291 trailing whitespace Line 228:1: E101 indentation contains mixed spaces and tabs Line 228:1: W191 indentation contains tabs Line 228:24: E128 continuation line under-indented for visual indent Line 228:38: W291 trailing whitespace Line 229:1: E101 indentation contains mixed spaces and tabs Line 229:33: E128 continuation line under-indented for visual indent Line 238:1: E101 indentation contains mixed spaces and tabs Line 238:1: W191 indentation contains tabs Line 238:24: E128 continuation line under-indented for visual indent Line 238:38: W291 trailing whitespace Line 239:1: E101 indentation contains mixed spaces and tabs Line 239:33: E128 continuation line under-indented for visual indent Line 250:80: E501 line too long (91 > 79 characters) Line 252:80: E501 line too long (108 > 79 characters) Line 254:80: E501 line too long (81 > 79 characters) Line 260:16: E203 whitespace before ':' Line 266:5: E303 too many blank lines (2) Line 270:8: W291 trailing whitespace Line 292:80: E501 line too long (99 > 79 characters) Line 293:5: E722 do not use bare 'except' Line 327:17: E722 do not use bare 'except' Line 330:80: E501 line too long (102 > 79 characters) Line 390:80: E501 line too long (87 > 79 characters) Line 405:5: E722 do not use bare 'except' Line 406:80: E501 line too long (109 > 79 characters) Line 408:80: E501 line too long (82 > 79 characters) Line 411:1: W293 blank line contains whitespace Line 422:8: W291 trailing whitespace Line 473:80: E501 line too long (91 > 79 characters) Line 475:80: E501 line too long (108 > 79 characters) Line 477:80: E501 line too long (81 > 79 characters)

Line 56:1: W293 blank line contains whitespace Line 58:70: W291 trailing whitespace Line 72:41: E231 missing whitespace after ',' Line 73:40: E231 missing whitespace after ',' Line 91:80: E501 line too long (83 > 79 characters) Line 126:80: E501 line too long (89 > 79 characters) Line 131:71: W291 trailing whitespace Line 135:80: E501 line too long (92 > 79 characters) Line 136:80: E501 line too long (86 > 79 characters) Line 139:80: E501 line too long (80 > 79 characters) Line 140:1: W293 blank line contains whitespace Line 142:80: E501 line too long (87 > 79 characters) Line 144:23: W291 trailing whitespace Line 146:80: E501 line too long (84 > 79 characters) Line 156:80: E501 line too long (90 > 79 characters) Line 167:26: E128 continuation line under-indented for visual indent Line 168:26: E128 continuation line under-indented for visual indent Line 170:26: E128 continuation line under-indented for visual indent Line 171:26: E128 continuation line under-indented for visual indent Line 173:26: E128 continuation line under-indented for visual indent Line 174:26: E128 continuation line under-indented for visual indent Line 178:30: E128 continuation line under-indented for visual indent Line 179:30: E128 continuation line under-indented for visual indent Line 180:30: E128 continuation line under-indented for visual indent Line 180:80: E501 line too long (81 > 79 characters) Line 184:30: E128 continuation line under-indented for visual indent Line 185:30: E128 continuation line under-indented for visual indent Line 186:30: E128 continuation line under-indented for visual indent Line 186:80: E501 line too long (80 > 79 characters) Line 190:1: W293 blank line contains whitespace Line 211:1: W293 blank line contains whitespace Line 213:1: W293 blank line contains whitespace Line 214:22: E203 whitespace before ':' Line 224:80: E501 line too long (87 > 79 characters) Line 241:37: E128 continuation line under-indented for visual indent Line 254:80: E501 line too long (94 > 79 characters) Line 258:80: E501 line too long (86 > 79 characters) Line 260:80: E501 line too long (80 > 79 characters) Line 261:41: E128 continuation line under-indented for visual indent Line 261:80: E501 line too long (105 > 79 characters) Line 263:80: E501 line too long (90 > 79 characters) Line 266:41: E128 continuation line under-indented for visual indent Line 266:80: E501 line too long (104 > 79 characters) Line 267:25: E265 block comment should start with '# ' Line 270:80: E501 line too long (82 > 79 characters) Line 271:80: E501 line too long (103 > 79 characters) Line 271:104: W291 trailing whitespace Line 272:80: E501 line too long (81 > 79 characters) Line 273:37: E127 continuation line over-indented for visual indent Line 273:80: E501 line too long (98 > 79 characters) Line 274:45: E225 missing whitespace around operator Line 300:1: W293 blank line contains whitespace Line 302:1: W293 blank line contains whitespace Line 307:22: E211 whitespace before '(' Line 321:1: W293 blank line contains whitespace Line 338:80: E501 line too long (86 > 79 characters) Line 343:9: E265 block comment should start with '# ' Line 345:80: E501 line too long (87 > 79 characters) Line 358:1: W293 blank line contains whitespace Line 363:80: E501 line too long (85 > 79 characters) Line 377:80: E501 line too long (95 > 79 characters) Line 395:53: E261 at least two spaces before inline comment Line 423:1: W293 blank line contains whitespace Line 424:5: E303 too many blank lines (2) Line 440:60: W291 trailing whitespace Line 501:80: E501 line too long (80 > 79 characters) Line 520:28: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 535:13: E303 too many blank lines (2) Line 535:22: E261 at least two spaces before inline comment Line 554:80: E501 line too long (83 > 79 characters) Line 589:35: E211 whitespace before '(' Line 619:80: E501 line too long (84 > 79 characters) Line 623:80: E501 line too long (87 > 79 characters) Line 669:80: E501 line too long (108 > 79 characters) Line 693:9: E265 block comment should start with '# ' Line 697:23: E211 whitespace before '(' Line 709:29: E225 missing whitespace around operator Line 710:14: E225 missing whitespace around operator Line 726:80: E501 line too long (80 > 79 characters) Line 727:79: W291 trailing whitespace Line 728:53: W291 trailing whitespace Line 773:20: E211 whitespace before '[' Line 774:25: E211 whitespace before '[' Line 775:31: E211 whitespace before '[' Line 778:1: W293 blank line contains whitespace Line 813:9: E303 too many blank lines (2) Line 814:29: W291 trailing whitespace Line 920:80: E501 line too long (124 > 79 characters) Line 934:13: E128 continuation line under-indented for visual indent Line 937:13: E128 continuation line under-indented for visual indent Line 975:80: E501 line too long (95 > 79 characters) Line 992:34: E201 whitespace after '(' Line 993:30: E128 continuation line under-indented for visual indent Line 993:80: E501 line too long (89 > 79 characters) Line 995:30: E201 whitespace after '(' Line 996:26: E128 continuation line under-indented for visual indent Line 996:80: E501 line too long (83 > 79 characters) Line 997:30: E201 whitespace after '(' Line 998:26: E128 continuation line under-indented for visual indent Line 1001:34: E201 whitespace after '(' Line 1002:30: E128 continuation line under-indented for visual indent Line 1008:30: E201 whitespace after '(' Line 1009:26: E128 continuation line under-indented for visual indent Line 1009:80: E501 line too long (86 > 79 characters) Line 1012:34: E201 whitespace after '(' Line 1013:30: E128 continuation line under-indented for visual indent Line 1013:80: E501 line too long (92 > 79 characters) Line 1035:80: E501 line too long (89 > 79 characters) Line 1061:80: E501 line too long (113 > 79 characters) Line 1068:80: E501 line too long (83 > 79 characters) Line 1080:80: E501 line too long (83 > 79 characters) Line 1082:30: E201 whitespace after '(' Line 1083:26: E128 continuation line under-indented for visual indent Line 1083:80: E501 line too long (84 > 79 characters) Line 1084:30: E201 whitespace after '(' Line 1085:26: E128 continuation line under-indented for visual indent Line 1085:80: E501 line too long (91 > 79 characters) Line 1086:30: E201 whitespace after '(' Line 1087:26: E128 continuation line under-indented for visual indent Line 1087:80: E501 line too long (82 > 79 characters) Line 1088:30: E201 whitespace after '(' Line 1089:26: E128 continuation line under-indented for visual indent Line 1089:80: E501 line too long (86 > 79 characters) Line 1102:23: W291 trailing whitespace Line 1112:80: E501 line too long (81 > 79 characters) Line 1113:23: W291 trailing whitespace Line 1118:17: E265 block comment should start with '# ' Line 1120:23: W291 trailing whitespace Line 1123:9: E303 too many blank lines (2) Line 1125:17: E117 over-indented (comment) Line 1126:17: E117 over-indented Line 1128:22: E114 indentation is not a multiple of four (comment) Line 1128:22: E117 over-indented (comment) Line 1130:80: E501 line too long (83 > 79 characters) Line 1135:21: E722 do not use bare 'except' Line 1137:25: E128 continuation line under-indented for visual indent Line 1138:25: E128 continuation line under-indented for visual indent Line 1139:25: E128 continuation line under-indented for visual indent Line 1142:1: W293 blank line contains whitespace Line 1148:42: W291 trailing whitespace Line 1149:45: W291 trailing whitespace Line 1150:60: W291 trailing whitespace Line 1151:17: E722 do not use bare 'except' Line 1170:15: W291 trailing whitespace

Line 24:36: W291 trailing whitespace Line 40: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 43:1: E402 module level import not at top of file Line 44:1: E402 module level import not at top of file Line 45:1: E402 module level import not at top of file Line 46:1: E402 module level import not at top of file Line 47:1: E402 module level import not at top of file Line 48:1: E402 module level import not at top of file Line 49:1: E402 module level import not at top of file Line 50:1: E402 module level import not at top of file Line 51:1: E402 module level import not at top of file Line 51:47: W291 trailing whitespace Line 53:1: E402 module level import not at top of file Line 54:1: E402 module level import not at top of file Line 55:1: E402 module level import not at top of file Line 56:1: E402 module level import not at top of file Line 57:1: E402 module level import not at top of file Line 57:80: E501 line too long (83 > 79 characters) Line 58:1: E402 module level import not at top of file Line 59:1: E402 module level import not at top of file Line 60:1: E402 module level import not at top of file Line 61:1: E402 module level import not at top of file Line 63:1: E402 module level import not at top of file Line 64:1: E402 module level import not at top of file Line 65:1: E402 module level import not at top of file Line 66:1: E402 module level import not at top of file Line 67:1: E402 module level import not at top of file Line 68:1: E402 module level import not at top of file Line 69:1: E402 module level import not at top of file Line 69:80: E501 line too long (81 > 79 characters) Line 70:1: E402 module level import not at top of file Line 71:1: E402 module level import not at top of file Line 72:1: E402 module level import not at top of file Line 73:1: E402 module level import not at top of file Line 74:1: E402 module level import not at top of file Line 76:1: E402 module level import not at top of file Line 83:64: W291 trailing whitespace Line 84:46: W291 trailing whitespace Line 85:1: W293 blank line contains whitespace Line 102:46: W291 trailing whitespace Line 108:1: W293 blank line contains whitespace Line 109:1: W293 blank line contains whitespace Line 174:29: E128 continuation line under-indented for visual indent Line 180:13: E122 continuation line missing indentation or outdented Line 187:33: E127 continuation line over-indented for visual indent Line 188:80: E501 line too long (84 > 79 characters) Line 191:33: E127 continuation line over-indented for visual indent Line 198:55: W291 trailing whitespace Line 200:64: W291 trailing whitespace Line 202:70: E231 missing whitespace after ',' Line 211:21: E128 continuation line under-indented for visual indent Line 214:13: E266 too many leading '#' for block comment Line 214:79: W291 trailing whitespace Line 215:13: E266 too many leading '#' for block comment Line 224:1: W293 blank line contains whitespace Line 252:70: W291 trailing whitespace Line 263:61: W291 trailing whitespace Line 264:33: E128 continuation line under-indented for visual indent Line 264:49: W291 trailing whitespace Line 265:33: E128 continuation line under-indented for visual indent Line 266:1: W293 blank line contains whitespace Line 276:25: E127 continuation line over-indented for visual indent Line 279:25: E127 continuation line over-indented for visual indent Line 280:20: W291 trailing whitespace Line 291:66: E203 whitespace before ',' Line 318:25: E127 continuation line over-indented for visual indent Line 323:56: W291 trailing whitespace Line 324:25: E128 continuation line under-indented for visual indent Line 328:33: E127 continuation line over-indented for visual indent Line 328:39: W291 trailing whitespace Line 329:33: E127 continuation line over-indented for visual indent Line 329:61: W291 trailing whitespace Line 330:33: E128 continuation line under-indented for visual indent Line 339:9: E265 block comment should start with '# ' Line 341:25: E127 continuation line over-indented for visual indent Line 341:51: W291 trailing whitespace Line 344:57: W291 trailing whitespace Line 345:13: E128 continuation line under-indented for visual indent Line 348:43: W291 trailing whitespace Line 349:13: E128 continuation line under-indented for visual indent Line 352:44: W291 trailing whitespace Line 356:16: E211 whitespace before '[' Line 391:80: E501 line too long (81 > 79 characters) Line 392:49: E128 continuation line under-indented for visual indent Line 393:45: E128 continuation line under-indented for visual indent Line 399:59: W291 trailing whitespace Line 407:51: E712 comparison to True should be 'if cond is True:' or 'if cond:' 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 420:25: E127 continuation line over-indented for visual indent Line 433:1: W293 blank line contains whitespace Line 440:25: E127 continuation line over-indented for visual indent Line 446:63: W291 trailing whitespace Line 449:63: W291 trailing whitespace Line 453:18: E127 continuation line over-indented for visual indent Line 457:37: E127 continuation line over-indented for visual indent Line 458:38: E128 continuation line under-indented for visual indent Line 459:39: E128 continuation line under-indented for visual indent Line 466:18: E127 continuation line over-indented for visual indent Line 468:57: W291 trailing whitespace Line 472:16: E211 whitespace before '[' Line 473:9: E265 block comment should start with '# ' Line 495:43: W291 trailing whitespace Line 502:73: W291 trailing whitespace Line 507:17: E128 continuation line under-indented for visual indent Line 514:29: E128 continuation line under-indented for visual indent Line 516:37: E131 continuation line unaligned for hanging indent Line 526:22: E127 continuation line over-indented for visual indent Line 529:22: E127 continuation line over-indented for visual indent Line 532:59: W291 trailing whitespace Line 534:80: E501 line too long (85 > 79 characters) Line 534:86: W291 trailing whitespace Line 539:25: E127 continuation line over-indented for visual indent Line 541:1: W293 blank line contains whitespace Line 543:16: E211 whitespace before '[' Line 544:16: E211 whitespace before '[' Line 545:16: E211 whitespace before '[' Line 567:13: E122 continuation line missing indentation or outdented Line 568:54: E128 continuation line under-indented for visual indent Line 577:69: W291 trailing whitespace Line 578:21: E128 continuation line under-indented for visual indent Line 580:62: W291 trailing whitespace Line 582:72: W291 trailing whitespace Line 583:21: E128 continuation line under-indented for visual indent Line 587:17: E128 continuation line under-indented for visual indent Line 590:32: W291 trailing whitespace Line 593:21: E128 continuation line under-indented for visual indent Line 594:30: E128 continuation line under-indented for visual indent Line 604:14: E128 continuation line under-indented for visual indent Line 606:14: E128 continuation line under-indented for visual indent Line 608:14: E128 continuation line under-indented for visual indent Line 610:14: E128 continuation line under-indented for visual indent Line 621:24: E211 whitespace before '(' Line 622:50: E202 whitespace before ')' Line 622:52: W291 trailing whitespace Line 623:24: E211 whitespace before '(' Line 624:51: E202 whitespace before ')' Line 624:53: W291 trailing whitespace Line 625:24: E211 whitespace before '(' Line 631:17: E128 continuation line under-indented for visual indent Line 635:16: E211 whitespace before '[' Line 636:16: E211 whitespace before '[' Line 637:16: E211 whitespace before '[' Line 661:57: W291 trailing whitespace Line 663:1: W293 blank line contains whitespace Line 685:13: E128 continuation line under-indented for visual indent Line 718:30: E127 continuation line over-indented for visual indent Line 719:31: E127 continuation line over-indented for visual indent Line 721:30: E127 continuation line over-indented for visual indent Line 722:31: E127 continuation line over-indented for visual indent Line 724:30: E127 continuation line over-indented for visual indent Line 725:31: E127 continuation line over-indented for visual indent Line 735:44: W291 trailing whitespace Line 736:43: W291 trailing whitespace Line 738:50: W291 trailing whitespace Line 740:34: E127 continuation line over-indented for visual indent Line 745:27: E711 comparison to None should be 'if cond is None:' Line 761:1: W293 blank line contains whitespace Line 767:38: E203 whitespace before ':' Line 767:56: E502 the backslash is redundant between brackets Line 768:29: E127 continuation line over-indented for visual indent Line 768:37: E203 whitespace before ':' Line 768:52: E502 the backslash is redundant between brackets Line 769:44: E203 whitespace before ':' Line 769:66: E502 the backslash is redundant between brackets Line 770:38: E203 whitespace before ':' Line 774:1: W293 blank line contains whitespace Line 776:48: W291 trailing whitespace Line 785:66: E231 missing whitespace after ',' Line 785:80: E501 line too long (82 > 79 characters) Line 800:28: E211 whitespace before '(' Line 806:1: W293 blank line contains whitespace Line 818:13: E125 continuation line with same indent as next logical line Line 820:13: E128 continuation line under-indented for visual indent Line 823:13: E125 continuation line with same indent as next logical line Line 825:13: E128 continuation line under-indented for visual indent Line 827:15: W292 no newline at end of file

Line 29:1: E302 expected 2 blank lines, found 1 Line 31:55: W291 trailing whitespace Line 41:18: E231 missing whitespace after ',' Line 47:33: E128 continuation line under-indented for visual indent Line 47:34: E225 missing whitespace around operator Line 56:33: E128 continuation line under-indented for visual indent Line 61:21: E272 multiple spaces before keyword Line 65:1: E302 expected 2 blank lines, found 1 Line 73:1: W293 blank line contains whitespace Line 73:1: W391 blank line at end of file