Skip to content

Preparing 1.4.2#266

Merged
Didou09 merged 403 commits intomasterfrom
devel
Nov 20, 2019
Merged

Preparing 1.4.2#266
Didou09 merged 403 commits intomasterfrom
devel

Conversation

@Didou09
Copy link
Copy Markdown
Member

@Didou09 Didou09 commented Nov 20, 2019

Main changes:

  • Python 2.7 is not supported anymore
  • Python 3.6 and 3.7 are supported
  • Several changes to try and make installation easier (on clusters, windows, mac....) and less verbose for users
  • More explicit names for default saved configurations
  • Major bug fix in one of the methods for computing synthetic signal
  • Minor bug fixes in interactive figures
  • Minor bug fixes in Plasma2D interpolation
  • New configuration (ITER) available
  • First version of a class handling 2D XRay bragg spectrometers
  • First tools for magnetic field line tracing available on WEST
  • Better documentation, more ressources
  • More informative error messages
  • extra tools for computing LOS length, closest point to magnetic axis...
  • Better PEP8 compliance

Detailed changes:

Installation / portability:

Bug fixes:

Documentation:

  • Updated information about support of python version
  • Added slides of talk given at PyConFR 2019 conference
  • Added a gallery in our documentation with 3 different tutorials:
    • 5 minutes tutorial to show to create a geometry and 1D/2D cameras
    • Guide on how to create your own Geometry from scratch (vacuum vessel, structures, etc.)
    • How to compute the signal received by a camera using a synthetic signal.
      For all of these tutorials, you can see directly the codes and the
      resulting images, and you can get the source code or download it as a
      Jupyter notebook!
  • Minor changes to the web doc: updated install instructions to be "cleaner"
    now in rST and not HTML), small changes in the navigation bar.
  • Guide on how to contribute to ToFu.

New features:

Contributors:

Many thanks to all developpers:

What's next (indicative):

List of issues and PR closed:

VEZINET Didier and others added 30 commits October 8, 2019 10:58
[Issue211] Added calc_LOS_length_in_isoflux()
…cluding local plot from geom to ellipses, to be continued
…ansform => to be tested and validated in code
…> reveals probable errors in analytical calculations in Notes/SpectroX2D... to be recalculated with an alternative method
…directions, successfull but need to check bragg vs theta and ang_param vs epsilon (axis vs center), to test and validate
…irections with proper parameters (bragg,angle) vs (xi, xj), tested and validated => optimize numerically or start testing on real data
…annotated), for computing default geom parameters from bragg and curve radius, operational but results from calc_braggangle_from_xixj() not consistent: to be checked and then tested with experimental data
…onal => need to test with lambda => need to test crystal instanciation
… tested, surface computed, add rotation axis in dgeom and angle, add other crystals, try plotting fitted data
@pep8speaks
Copy link
Copy Markdown

pep8speaks commented Nov 20, 2019

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

Line 5:80: E501 line too long (80 > 79 characters)
Line 38:80: E501 line too long (80 > 79 characters)

Line 148:69: E228 missing whitespace around modulo operator
Line 149:61: E228 missing whitespace around modulo operator
Line 150:47: E228 missing whitespace around modulo operator
Line 208:50: E228 missing whitespace around modulo operator
Line 230:69: E228 missing whitespace around modulo operator
Line 232:71: E228 missing whitespace around modulo operator
Line 275:50: E228 missing whitespace around modulo operator
Line 298:68: E228 missing whitespace around modulo operator
Line 299:60: E228 missing whitespace around modulo operator
Line 300:58: E228 missing whitespace around modulo operator
Line 301:61: E228 missing whitespace around modulo operator
Line 306:61: E228 missing whitespace around modulo operator
Line 307:49: E228 missing whitespace around modulo operator
Line 327:66: E228 missing whitespace around modulo operator
Line 336:73: E228 missing whitespace around modulo operator
Line 337:43: E228 missing whitespace around modulo operator
Line 338:59: E228 missing whitespace around modulo operator
Line 339:55: E228 missing whitespace around modulo operator
Line 596:47: E228 missing whitespace around modulo operator
Line 823:62: E228 missing whitespace around modulo operator
Line 825:38: E228 missing whitespace around modulo operator
Line 971:44: E228 missing whitespace around modulo operator
Line 972:44: E228 missing whitespace around modulo operator
Line 973:46: E228 missing whitespace around modulo operator

Line 49:5: E306 expected 1 blank line before a nested definition, found 0
Line 65:57: E231 missing whitespace after ','
Line 65:62: E225 missing whitespace around operator
Line 69:56: E231 missing whitespace after ','
Line 69:61: E225 missing whitespace around operator
Line 73:21: E225 missing whitespace around operator
Line 77:13: E129 visually indented line with same indent as next logical line
Line 83:37: E261 at least two spaces before inline comment
Line 83:37: E262 inline comment should start with '# '
Line 88:80: E501 line too long (83 > 79 characters)
Line 102:9: E303 too many blank lines (2)
Line 105:1: E302 expected 2 blank lines, found 1
Line 118:45: E231 missing whitespace after ','
Line 125:28: E225 missing whitespace around operator
Line 132:1: E302 expected 2 blank lines, found 1
Line 148:45: E231 missing whitespace after ','
Line 154:28: E225 missing whitespace around operator
Line 170:42: E225 missing whitespace around operator
Line 231:34: E127 continuation line over-indented for visual indent
Line 250:5: E303 too many blank lines (2)
Line 252:37: E231 missing whitespace after ','
Line 269:61: E231 missing whitespace after ','
Line 270:47: E128 continuation line under-indented for visual indent
Line 307:8: E714 test for object identity should be 'is not'
Line 317:38: E228 missing whitespace around modulo operator
Line 317:43: E225 missing whitespace around operator
Line 321:66: E231 missing whitespace after ','
Line 329:33: E228 missing whitespace around modulo operator
Line 333:59: E231 missing whitespace after ','
Line 335:70: E231 missing whitespace after ','
Line 342:70: E231 missing whitespace after ','
Line 362:22: E231 missing whitespace after ','
Line 362:38: E231 missing whitespace after ','
Line 362:54: E231 missing whitespace after ','
Line 366:35: E231 missing whitespace after ','
Line 367:38: E231 missing whitespace after ','
Line 367:48: E231 missing whitespace after ','
Line 367:61: E231 missing whitespace after ','
Line 370:32: E231 missing whitespace after ','
Line 370:34: E231 missing whitespace after ','
Line 371:32: E231 missing whitespace after ','
Line 371:34: E231 missing whitespace after ','
Line 372:23: E231 missing whitespace after ','
Line 372:34: E231 missing whitespace after ','
Line 388:1: E303 too many blank lines (3)
Line 397:1: E302 expected 2 blank lines, found 3
Line 400:24: E128 continuation line under-indented for visual indent
Line 415:10: E225 missing whitespace around operator
Line 416:19: E231 missing whitespace after ':'
Line 488:1: E303 too many blank lines (4)
Line 510:1: E303 too many blank lines (10)
Line 518:1: E302 expected 2 blank lines, found 10
Line 562:46: E231 missing whitespace after ','
Line 562:48: E231 missing whitespace after ','
Line 563:48: E231 missing whitespace after ','
Line 563:53: E231 missing whitespace after ','
Line 565:41: E225 missing whitespace around operator
Line 565:59: E231 missing whitespace after ','
Line 565:61: E231 missing whitespace after ','
Line 573:41: E225 missing whitespace around operator
Line 609:36: E225 missing whitespace around operator
Line 621:13: E265 block comment should start with '# '
Line 630:21: E265 block comment should start with '# '
Line 647:80: E501 line too long (80 > 79 characters)
Line 649:80: E501 line too long (80 > 79 characters)
Line 652:80: E501 line too long (81 > 79 characters)
Line 653:35: E128 continuation line under-indented for visual indent
Line 657:51: E703 statement ends with a semicolon
Line 658:41: E231 missing whitespace after ','
Line 658:46: E231 missing whitespace after ','
Line 658:51: E231 missing whitespace after ','
Line 659:41: E231 missing whitespace after ','
Line 659:46: E231 missing whitespace after ','
Line 659:51: E231 missing whitespace after ','
Line 659:80: E501 line too long (80 > 79 characters)
Line 660:41: E231 missing whitespace after ','
Line 660:46: E231 missing whitespace after ','
Line 660:51: E231 missing whitespace after ','
Line 660:80: E501 line too long (80 > 79 characters)
Line 661:41: E231 missing whitespace after ','
Line 661:46: E231 missing whitespace after ','
Line 661:51: E231 missing whitespace after ','
Line 661:80: E501 line too long (80 > 79 characters)
Line 662:41: E231 missing whitespace after ','
Line 662:46: E231 missing whitespace after ','
Line 662:51: E231 missing whitespace after ','
Line 662:80: E501 line too long (80 > 79 characters)
Line 663:41: E231 missing whitespace after ','
Line 663:46: E231 missing whitespace after ','
Line 663:51: E231 missing whitespace after ','
Line 663:80: E501 line too long (80 > 79 characters)
Line 664:80: E501 line too long (82 > 79 characters)
Line 665:28: E128 continuation line under-indented for visual indent
Line 666:80: E501 line too long (87 > 79 characters)
Line 667:28: E128 continuation line under-indented for visual indent
Line 671:80: E501 line too long (81 > 79 characters)
Line 680:80: E501 line too long (83 > 79 characters)
Line 681:80: E501 line too long (83 > 79 characters)
Line 696:13: E265 block comment should start with '# '
Line 723:1: E302 expected 2 blank lines, found 1
Line 823:68: E231 missing whitespace after ':'
Line 824:18: E231 missing whitespace after ':'
Line 825:20: E231 missing whitespace after ':'
Line 825:49: E231 missing whitespace after ':'
Line 833:1: E303 too many blank lines (4)
Line 842:1: E302 expected 2 blank lines, found 4
Line 846:46: E231 missing whitespace after ','
Line 846:80: E501 line too long (81 > 79 characters)
Line 849:14: E231 missing whitespace after ','
Line 849:28: E231 missing whitespace after ','
Line 857:18: E231 missing whitespace after ','
Line 857:32: E231 missing whitespace after ','
Line 858:51: E231 missing whitespace after ','
Line 858:54: E231 missing whitespace after ','
Line 858:64: E231 missing whitespace after ','
Line 858:67: E231 missing whitespace after ','
Line 859:56: E231 missing whitespace after ','
Line 859:59: E231 missing whitespace after ','
Line 867:1: E303 too many blank lines (3)
Line 868:27: E231 missing whitespace after ','
Line 870:5: E306 expected 1 blank line before a nested definition, found 0
Line 880:1: E303 too many blank lines (3)
Line 898:27: E231 missing whitespace after ','
Line 900:29: E231 missing whitespace after ','
Line 900:43: E231 missing whitespace after ','
Line 902:25: E231 missing whitespace after ','
Line 916:20: E231 missing whitespace after ','
Line 965:5: E303 too many blank lines (2)
Line 976:5: E303 too many blank lines (2)
Line 983:5: E303 too many blank lines (2)
Line 992:5: E303 too many blank lines (4)
Line 997:14: E222 multiple spaces after operator
Line 1002:13: E117 over-indented
Line 1002:45: E231 missing whitespace after ','
Line 1002:47: E231 missing whitespace after ','
Line 1004:34: E231 missing whitespace after ','
Line 1004:43: E231 missing whitespace after ','
Line 1005:39: E231 missing whitespace after ','
Line 1005:48: E231 missing whitespace after ','
Line 1006:42: E231 missing whitespace after ','
Line 1006:51: E231 missing whitespace after ','
Line 1007:35: E231 missing whitespace after ','
Line 1009:34: E231 missing whitespace after ','
Line 1009:43: E231 missing whitespace after ','
Line 1010:39: E231 missing whitespace after ','
Line 1010:48: E231 missing whitespace after ','
Line 1011:42: E231 missing whitespace after ','
Line 1011:51: E231 missing whitespace after ','
Line 1012:35: E231 missing whitespace after ','
Line 1015:5: E303 too many blank lines (2)
Line 1015:27: E201 whitespace after '('
Line 1028:1: E303 too many blank lines (3)
Line 1029:13: E116 unexpected indentation (comment)
Line 1030:13: E116 unexpected indentation (comment)
Line 1031:13: E116 unexpected indentation (comment)
Line 1032:13: E116 unexpected indentation (comment)
Line 1033:13: E116 unexpected indentation (comment)
Line 1034:13: E116 unexpected indentation (comment)
Line 1037:23: E114 indentation is not a multiple of four (comment)
Line 1037:23: E116 unexpected indentation (comment)
Line 1048:9: E116 unexpected indentation (comment)
Line 1049:9: E116 unexpected indentation (comment)
Line 1050:13: E116 unexpected indentation (comment)
Line 1051:9: E116 unexpected indentation (comment)
Line 1052:13: E116 unexpected indentation (comment)
Line 1053:9: E116 unexpected indentation (comment)
Line 1054:13: E116 unexpected indentation (comment)
Line 1055:49: E116 unexpected indentation (comment)
Line 1056:9: E116 unexpected indentation (comment)
Line 1057:13: E116 unexpected indentation (comment)
Line 1058:13: E116 unexpected indentation (comment)
Line 1060:9: E116 unexpected indentation (comment)
Line 1061:9: E116 unexpected indentation (comment)
Line 1062:9: E116 unexpected indentation (comment)
Line 1063:9: E116 unexpected indentation (comment)
Line 1064:9: E116 unexpected indentation (comment)
Line 1065:13: E116 unexpected indentation (comment)
Line 1066:40: E114 indentation is not a multiple of four (comment)
Line 1066:40: E116 unexpected indentation (comment)
Line 1067:9: E116 unexpected indentation (comment)
Line 1068:9: E116 unexpected indentation (comment)
Line 1069:9: E116 unexpected indentation (comment)
Line 1071:9: E116 unexpected indentation (comment)
Line 1072:9: E116 unexpected indentation (comment)
Line 1073:13: E116 unexpected indentation (comment)
Line 1074:17: E116 unexpected indentation (comment)
Line 1075:17: E116 unexpected indentation (comment)
Line 1076:17: E116 unexpected indentation (comment)
Line 1077:17: E116 unexpected indentation (comment)
Line 1078:17: E116 unexpected indentation (comment)
Line 1079:21: E116 unexpected indentation (comment)
Line 1080:21: E116 unexpected indentation (comment)
Line 1081:21: E116 unexpected indentation (comment)
Line 1082:17: E116 unexpected indentation (comment)
Line 1083:13: E116 unexpected indentation (comment)
Line 1084:17: E116 unexpected indentation (comment)
Line 1091:11: E114 indentation is not a multiple of four (comment)
Line 1091:11: E116 unexpected indentation (comment)
Line 1092:11: E114 indentation is not a multiple of four (comment)
Line 1092:11: E116 unexpected indentation (comment)
Line 1095:9: E116 unexpected indentation (comment)
Line 1096:9: E116 unexpected indentation (comment)
Line 1100:9: E116 unexpected indentation (comment)
Line 1101:9: E116 unexpected indentation (comment)
Line 1102:9: E116 unexpected indentation (comment)
Line 1103:9: E116 unexpected indentation (comment)
Line 1104:9: E116 unexpected indentation (comment)
Line 1105:9: E116 unexpected indentation (comment)
Line 1106:9: E116 unexpected indentation (comment)
Line 1107:9: E116 unexpected indentation (comment)
Line 1108:9: E116 unexpected indentation (comment)
Line 1109:9: E116 unexpected indentation (comment)
Line 1110:9: E116 unexpected indentation (comment)
Line 1114:9: E116 unexpected indentation (comment)
Line 1115:9: E116 unexpected indentation (comment)
Line 1116:9: E116 unexpected indentation (comment)
Line 1117:9: E116 unexpected indentation (comment)
Line 1118:13: E116 unexpected indentation (comment)
Line 1119:13: E116 unexpected indentation (comment)
Line 1120:9: E116 unexpected indentation (comment)
Line 1121:13: E116 unexpected indentation (comment)
Line 1122:13: E116 unexpected indentation (comment)
Line 1123:13: E116 unexpected indentation (comment)
Line 1128:1: E303 too many blank lines (3)
Line 1149:9: E116 unexpected indentation (comment)
Line 1150:9: E116 unexpected indentation (comment)
Line 1151:9: E116 unexpected indentation (comment)
Line 1152:9: E116 unexpected indentation (comment)
Line 1153:9: E116 unexpected indentation (comment)
Line 1160:9: E116 unexpected indentation (comment)
Line 1161:9: E116 unexpected indentation (comment)
Line 1162:9: E116 unexpected indentation (comment)
Line 1163:13: E116 unexpected indentation (comment)
Line 1164:22: E114 indentation is not a multiple of four (comment)
Line 1164:22: E116 unexpected indentation (comment)
Line 1165:9: E116 unexpected indentation (comment)
Line 1166:13: E116 unexpected indentation (comment)
Line 1167:9: E116 unexpected indentation (comment)
Line 1168:13: E116 unexpected indentation (comment)
Line 1169:9: E116 unexpected indentation (comment)
Line 1170:13: E116 unexpected indentation (comment)
Line 1171:9: E116 unexpected indentation (comment)
Line 1172:9: E116 unexpected indentation (comment)
Line 1173:9: E116 unexpected indentation (comment)
Line 1174:9: E116 unexpected indentation (comment)
Line 1175:9: E116 unexpected indentation (comment)
Line 1176:13: E116 unexpected indentation (comment)
Line 1177:13: E116 unexpected indentation (comment)
Line 1178:13: E116 unexpected indentation (comment)
Line 1179:9: E116 unexpected indentation (comment)
Line 1180:13: E116 unexpected indentation (comment)
Line 1181:13: E116 unexpected indentation (comment)
Line 1182:9: E116 unexpected indentation (comment)
Line 1183:9: E116 unexpected indentation (comment)
Line 1184:19: E114 indentation is not a multiple of four (comment)
Line 1184:19: E116 unexpected indentation (comment)
Line 1185:9: E116 unexpected indentation (comment)
Line 1186:13: E116 unexpected indentation (comment)
Line 1187:48: E114 indentation is not a multiple of four (comment)
Line 1187:48: E116 unexpected indentation (comment)
Line 1187:80: E501 line too long (85 > 79 characters)
Line 1188:48: E114 indentation is not a multiple of four (comment)
Line 1188:48: E116 unexpected indentation (comment)
Line 1189:9: E116 unexpected indentation (comment)
Line 1190:13: E116 unexpected indentation (comment)
Line 1191:13: E116 unexpected indentation (comment)
Line 1192:13: E116 unexpected indentation (comment)
Line 1193:13: E116 unexpected indentation (comment)
Line 1195:9: E116 unexpected indentation (comment)
Line 1196:9: E116 unexpected indentation (comment)
Line 1197:9: E116 unexpected indentation (comment)
Line 1198:9: E116 unexpected indentation (comment)
Line 1201:9: E116 unexpected indentation (comment)
Line 1201:9: E303 too many blank lines (2)
Line 1221:15: E114 indentation is not a multiple of four (comment)
Line 1221:15: E116 unexpected indentation (comment)
Line 1223:9: E116 unexpected indentation (comment)
Line 1224:9: E116 unexpected indentation (comment)
Line 1225:9: E116 unexpected indentation (comment)
Line 1226:9: E116 unexpected indentation (comment)
Line 1232:9: E116 unexpected indentation (comment)
Line 1233:9: E116 unexpected indentation (comment)
Line 1234:13: E116 unexpected indentation (comment)
Line 1235:9: E116 unexpected indentation (comment)
Line 1236:9: E116 unexpected indentation (comment)
Line 1239:9: E116 unexpected indentation (comment)
Line 1240:9: E116 unexpected indentation (comment)
Line 1241:9: E116 unexpected indentation (comment)
Line 1242:9: E116 unexpected indentation (comment)
Line 1243:9: E116 unexpected indentation (comment)
Line 1243:80: E501 line too long (102 > 79 characters)
Line 1244:9: E116 unexpected indentation (comment)
Line 1245:9: E116 unexpected indentation (comment)
Line 1248:9: E116 unexpected indentation (comment)
Line 1249:9: E116 unexpected indentation (comment)
Line 1250:9: E116 unexpected indentation (comment)
Line 1251:9: E116 unexpected indentation (comment)
Line 1252:9: E116 unexpected indentation (comment)
Line 1253:9: E116 unexpected indentation (comment)
Line 1254:9: E116 unexpected indentation (comment)
Line 1254:80: E501 line too long (104 > 79 characters)
Line 1255:9: E116 unexpected indentation (comment)
Line 1255:80: E501 line too long (107 > 79 characters)
Line 1256:9: E116 unexpected indentation (comment)
Line 1257:9: E116 unexpected indentation (comment)
Line 1263:25: E116 unexpected indentation (comment)
Line 1264:25: E116 unexpected indentation (comment)
Line 1268:9: E116 unexpected indentation (comment)
Line 1283:9: E116 unexpected indentation (comment)
Line 1289:9: E116 unexpected indentation (comment)
Line 1291:9: E116 unexpected indentation (comment)
Line 1293:9: E116 unexpected indentation (comment)
Line 1300:9: E116 unexpected indentation (comment)
Line 1301:13: E116 unexpected indentation (comment)
Line 1303:9: E116 unexpected indentation (comment)
Line 1304:13: E116 unexpected indentation (comment)
Line 1305:43: E114 indentation is not a multiple of four (comment)
Line 1305:43: E116 unexpected indentation (comment)
Line 1306:43: E114 indentation is not a multiple of four (comment)
Line 1306:43: E116 unexpected indentation (comment)
Line 1307:43: E114 indentation is not a multiple of four (comment)
Line 1307:43: E116 unexpected indentation (comment)
Line 1308:43: E114 indentation is not a multiple of four (comment)
Line 1308:43: E116 unexpected indentation (comment)
Line 1309:43: E114 indentation is not a multiple of four (comment)
Line 1309:43: E116 unexpected indentation (comment)
Line 1310:9: E116 unexpected indentation (comment)
Line 1311:13: E116 unexpected indentation (comment)
Line 1312:13: E116 unexpected indentation (comment)
Line 1313:13: E116 unexpected indentation (comment)
Line 1314:13: E116 unexpected indentation (comment)
Line 1315:13: E116 unexpected indentation (comment)
Line 1316:17: E116 unexpected indentation (comment)
Line 1317:17: E116 unexpected indentation (comment)
Line 1318:47: E114 indentation is not a multiple of four (comment)
Line 1318:47: E116 unexpected indentation (comment)
Line 1319:47: E114 indentation is not a multiple of four (comment)
Line 1319:47: E116 unexpected indentation (comment)
Line 1320:47: E114 indentation is not a multiple of four (comment)
Line 1320:47: E116 unexpected indentation (comment)
Line 1321:47: E114 indentation is not a multiple of four (comment)
Line 1321:47: E116 unexpected indentation (comment)
Line 1322:47: E114 indentation is not a multiple of four (comment)
Line 1322:47: E116 unexpected indentation (comment)
Line 1323:17: E116 unexpected indentation (comment)
Line 1324:17: E116 unexpected indentation (comment)
Line 1325:47: E114 indentation is not a multiple of four (comment)
Line 1325:47: E116 unexpected indentation (comment)
Line 1326:47: E114 indentation is not a multiple of four (comment)
Line 1326:47: E116 unexpected indentation (comment)
Line 1327:47: E114 indentation is not a multiple of four (comment)
Line 1327:47: E116 unexpected indentation (comment)
Line 1328:47: E114 indentation is not a multiple of four (comment)
Line 1328:47: E116 unexpected indentation (comment)
Line 1329:47: E114 indentation is not a multiple of four (comment)
Line 1329:47: E116 unexpected indentation (comment)
Line 1330:17: E116 unexpected indentation (comment)
Line 1331:13: E116 unexpected indentation (comment)
Line 1332:17: E116 unexpected indentation (comment)
Line 1333:17: E116 unexpected indentation (comment)
Line 1334:17: E116 unexpected indentation (comment)
Line 1335:17: E116 unexpected indentation (comment)
Line 1338:9: E116 unexpected indentation (comment)
Line 1338:9: E303 too many blank lines (2)
Line 1339:9: E116 unexpected indentation (comment)
Line 1340:9: E116 unexpected indentation (comment)
Line 1341:9: E116 unexpected indentation (comment)
Line 1343:9: E116 unexpected indentation (comment)
Line 1344:9: E116 unexpected indentation (comment)
Line 1345:9: E116 unexpected indentation (comment)
Line 1346:9: E116 unexpected indentation (comment)
Line 1347:9: E116 unexpected indentation (comment)
Line 1348:9: E116 unexpected indentation (comment)
Line 1350:9: E116 unexpected indentation (comment)
Line 1352:9: E116 unexpected indentation (comment)
Line 1353:13: E116 unexpected indentation (comment)
Line 1355:13: E116 unexpected indentation (comment)
Line 1356:13: E116 unexpected indentation (comment)
Line 1357:13: E116 unexpected indentation (comment)
Line 1358:13: E116 unexpected indentation (comment)
Line 1359:22: E114 indentation is not a multiple of four (comment)
Line 1359:22: E116 unexpected indentation (comment)
Line 1360:13: E116 unexpected indentation (comment)
Line 1366:1: E303 too many blank lines (3)
Line 1367:22: E114 indentation is not a multiple of four (comment)
Line 1367:22: E116 unexpected indentation (comment)
Line 1372:9: E116 unexpected indentation (comment)
Line 1373:9: E116 unexpected indentation (comment)
Line 1374:13: E116 unexpected indentation (comment)
Line 1375:9: E116 unexpected indentation (comment)
Line 1376:9: E116 unexpected indentation (comment)
Line 1377:9: E116 unexpected indentation (comment)
Line 1378:13: E116 unexpected indentation (comment)
Line 1379:17: E116 unexpected indentation (comment)
Line 1379:80: E501 line too long (81 > 79 characters)
Line 1381:9: E116 unexpected indentation (comment)
Line 1382:9: E116 unexpected indentation (comment)
Line 1385:5: E303 too many blank lines (2)
Line 1390:56: E114 indentation is not a multiple of four (comment)
Line 1390:56: E116 unexpected indentation (comment)
Line 1390:80: E501 line too long (84 > 79 characters)
Line 1391:56: E114 indentation is not a multiple of four (comment)
Line 1391:56: E116 unexpected indentation (comment)
Line 1407:9: E116 unexpected indentation (comment)
Line 1410:9: E116 unexpected indentation (comment)
Line 1411:9: E116 unexpected indentation (comment)
Line 1412:9: E116 unexpected indentation (comment)
Line 1413:9: E116 unexpected indentation (comment)
Line 1414:9: E116 unexpected indentation (comment)
Line 1420:1: E303 too many blank lines (3)
Line 1427:21: E116 unexpected indentation (comment)
Line 1457:16: E114 indentation is not a multiple of four (comment)
Line 1457:16: E116 unexpected indentation (comment)
Line 1458:16: E114 indentation is not a multiple of four (comment)
Line 1458:16: E116 unexpected indentation (comment)
Line 1459:16: E114 indentation is not a multiple of four (comment)
Line 1459:16: E116 unexpected indentation (comment)
Line 1466:9: E116 unexpected indentation (comment)
Line 1467:19: E114 indentation is not a multiple of four (comment)
Line 1467:19: E116 unexpected indentation (comment)
Line 1468:9: E116 unexpected indentation (comment)
Line 1469:13: E116 unexpected indentation (comment)
Line 1470:13: E116 unexpected indentation (comment)
Line 1471:13: E116 unexpected indentation (comment)
Line 1472:31: E114 indentation is not a multiple of four (comment)
Line 1472:31: E116 unexpected indentation (comment)
Line 1473:31: E114 indentation is not a multiple of four (comment)
Line 1473:31: E116 unexpected indentation (comment)
Line 1474:31: E114 indentation is not a multiple of four (comment)
Line 1474:31: E116 unexpected indentation (comment)
Line 1475:13: E116 unexpected indentation (comment)
Line 1476:17: E116 unexpected indentation (comment)
Line 1477:17: E116 unexpected indentation (comment)
Line 1478:17: E116 unexpected indentation (comment)
Line 1479:17: E116 unexpected indentation (comment)
Line 1480:17: E116 unexpected indentation (comment)
Line 1481:17: E116 unexpected indentation (comment)

Line 885:28: E203 whitespace before ':'

Line 15:1: E302 expected 2 blank lines, found 1
Line 28:1: E302 expected 2 blank lines, found 1
Line 34:80: E501 line too long (86 > 79 characters)
Line 42:1: E302 expected 2 blank lines, found 1
Line 55:1: E302 expected 2 blank lines, found 1
Line 92:10: E225 missing whitespace around operator
Line 98:1: E302 expected 2 blank lines, found 1
Line 119:1: E302 expected 2 blank lines, found 1
Line 124:17: E127 continuation line over-indented for visual indent
Line 147:1: E302 expected 2 blank lines, found 1
Line 158:1: E302 expected 2 blank lines, found 1
Line 171:1: E302 expected 2 blank lines, found 1
Line 188:5: E303 too many blank lines (2)
Line 197:1: E302 expected 2 blank lines, found 1
Line 199:27: E225 missing whitespace around operator

Line 3089:5: E303 too many blank lines (2)
Line 4095:80: E501 line too long (81 > 79 characters)
Line 4986:5: E129 visually indented line with same indent as next logical line

Line 4:80: E501 line too long (81 > 79 characters)
Line 37:1: E303 too many blank lines (3)
Line 41:1: E303 too many blank lines (3)
Line 53:1: E303 too many blank lines (3)
Line 81:18: E231 missing whitespace after ':'
Line 82:29: E231 missing whitespace after ':'
Line 84:21: E231 missing whitespace after ':'
Line 85:20: E231 missing whitespace after ':'
Line 86:22: E231 missing whitespace after ':'
Line 87:21: E231 missing whitespace after ':'
Line 87:30: E231 missing whitespace after ':'
Line 88:22: E231 missing whitespace after ':'
Line 88:29: E231 missing whitespace after ':'
Line 89:28: E231 missing whitespace after ':'
Line 89:37: E231 missing whitespace after ':'
Line 89:41: E231 missing whitespace after ','
Line 89:46: E231 missing whitespace after ':'
Line 90:28: E231 missing whitespace after ':'
Line 90:37: E231 missing whitespace after ':'
Line 90:41: E231 missing whitespace after ','
Line 90:46: E231 missing whitespace after ':'
Line 90:51: E231 missing whitespace after ','
Line 90:60: E231 missing whitespace after ':'
Line 90:64: E231 missing whitespace after ','
Line 90:69: E231 missing whitespace after ':'
Line 90:71: E231 missing whitespace after ','
Line 90:77: E231 missing whitespace after ':'
Line 90:80: E501 line too long (80 > 79 characters)
Line 91:29: E231 missing whitespace after ':'
Line 91:38: E231 missing whitespace after ':'
Line 91:42: E231 missing whitespace after ','
Line 91:47: E231 missing whitespace after ':'
Line 91:52: E231 missing whitespace after ','
Line 91:61: E231 missing whitespace after ':'
Line 91:65: E231 missing whitespace after ','
Line 91:70: E231 missing whitespace after ':'
Line 91:72: E231 missing whitespace after ','
Line 91:78: E231 missing whitespace after ':'
Line 91:80: E501 line too long (81 > 79 characters)
Line 92:29: E231 missing whitespace after ':'
Line 92:38: E231 missing whitespace after ':'
Line 92:42: E231 missing whitespace after ','
Line 92:47: E231 missing whitespace after ':'
Line 92:52: E231 missing whitespace after ','
Line 92:61: E231 missing whitespace after ':'
Line 92:65: E231 missing whitespace after ','
Line 92:70: E231 missing whitespace after ':'
Line 92:72: E231 missing whitespace after ','
Line 92:78: E231 missing whitespace after ':'
Line 92:80: E501 line too long (81 > 79 characters)
Line 93:31: E231 missing whitespace after ':'
Line 93:40: E231 missing whitespace after ':'
Line 93:44: E231 missing whitespace after ','
Line 93:52: E231 missing whitespace after ':'
Line 94:20: E231 missing whitespace after ':'
Line 94:27: E231 missing whitespace after ':'
Line 95:26: E231 missing whitespace after ':'
Line 95:35: E231 missing whitespace after ':'
Line 95:39: E231 missing whitespace after ','
Line 95:44: E231 missing whitespace after ':'
Line 96:26: E231 missing whitespace after ':'
Line 96:35: E231 missing whitespace after ':'
Line 96:39: E231 missing whitespace after ','
Line 96:44: E231 missing whitespace after ':'
Line 97:27: E231 missing whitespace after ':'
Line 97:36: E231 missing whitespace after ':'
Line 97:40: E231 missing whitespace after ','
Line 97:45: E231 missing whitespace after ':'
Line 98:27: E231 missing whitespace after ':'
Line 98:36: E231 missing whitespace after ':'
Line 98:40: E231 missing whitespace after ','
Line 98:45: E231 missing whitespace after ':'
Line 99:29: E231 missing whitespace after ':'
Line 100:19: E231 missing whitespace after ':'
Line 107:5: E303 too many blank lines (2)
Line 108:5: E301 expected 1 blank line, found 0
Line 110:27: E231 missing whitespace after ','
Line 112:9: E265 block comment should start with '# '
Line 128:26: E225 missing whitespace around operator
Line 138:27: E231 missing whitespace after ','
Line 142:27: E231 missing whitespace after ','
Line 147:9: E265 block comment should start with '# '
Line 155:33: E231 missing whitespace after ','
Line 168:23: E231 missing whitespace after ':'
Line 168:30: E231 missing whitespace after ':'
Line 168:42: E231 missing whitespace after ':'
Line 169:30: E231 missing whitespace after ':'
Line 169:41: E231 missing whitespace after ':'
Line 170:31: E231 missing whitespace after ':'
Line 170:43: E231 missing whitespace after ':'
Line 171:31: E231 missing whitespace after ':'
Line 171:43: E231 missing whitespace after ':'
Line 172:31: E231 missing whitespace after ':'
Line 172:42: E231 missing whitespace after ':'
Line 173:26: E231 missing whitespace after ':'
Line 173:33: E231 missing whitespace after ':'
Line 173:51: E231 missing whitespace after ':'
Line 178:31: E231 missing whitespace after ':'
Line 178:44: E231 missing whitespace after ':'
Line 179:30: E231 missing whitespace after ':'
Line 179:42: E231 missing whitespace after ':'
Line 179:55: E231 missing whitespace after ':'
Line 180:34: E231 missing whitespace after ':'
Line 271:20: E231 missing whitespace after ','
Line 271:33: E231 missing whitespace after ','
Line 271:61: E231 missing whitespace after ','
Line 391:80: E501 line too long (80 > 79 characters)
Line 393:80: E501 line too long (81 > 79 characters)
Line 481:36: E231 missing whitespace after ','
Line 485:60: E231 missing whitespace after ','
Line 486:26: E225 missing whitespace around operator
Line 496:17: E225 missing whitespace around operator
Line 508:24: E231 missing whitespace after ':'
Line 508:32: E231 missing whitespace after ':'
Line 508:55: E231 missing whitespace after ':'
Line 509:23: E231 missing whitespace after ':'
Line 509:31: E231 missing whitespace after ':'
Line 509:53: E231 missing whitespace after ':'
Line 510:25: E231 missing whitespace after ':'
Line 510:33: E231 missing whitespace after ':'
Line 510:57: E231 missing whitespace after ':'
Line 511:24: E231 missing whitespace after ':'
Line 511:32: E231 missing whitespace after ':'
Line 511:55: E231 missing whitespace after ':'
Line 512:24: E231 missing whitespace after ':'
Line 512:32: E231 missing whitespace after ':'
Line 512:55: E231 missing whitespace after ':'
Line 594:45: E228 missing whitespace around modulo operator
Line 623:34: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
Line 629:80: E501 line too long (80 > 79 characters)
Line 633:35: E127 continuation line over-indented for visual indent
Line 634:35: E127 continuation line over-indented for visual indent
Line 648:5: E303 too many blank lines (2)
Line 655:58: E228 missing whitespace around modulo operator
Line 657:54: E228 missing whitespace around modulo operator
Line 682:55: E231 missing whitespace after ':'
Line 683:49: E231 missing whitespace after ':'
Line 687:34: E712 comparison to False should be 'if cond is False:' or 'if not cond:'
Line 705:80: E501 line too long (80 > 79 characters)
Line 726:5: E303 too many blank lines (3)
Line 730:5: E301 expected 1 blank line, found 0
Line 753:51: E228 missing whitespace around modulo operator
Line 754:51: E228 missing whitespace around modulo operator
Line 819:5: E303 too many blank lines (3)
Line 823:5: E301 expected 1 blank line, found 0
Line 881:38: E231 missing whitespace after ','
Line 908:5: E303 too many blank lines (2)
Line 1005:17: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
Line 1018:29: E128 continuation line under-indented for visual indent
Line 1019:29: E128 continuation line under-indented for visual indent
Line 1020:29: E128 continuation line under-indented for visual indent
Line 1021:29: E128 continuation line under-indented for visual indent
Line 1040:48: E225 missing whitespace around operator
Line 1040:80: E501 line too long (80 > 79 characters)
Line 1077:48: E225 missing whitespace around operator
Line 1077:80: E501 line too long (80 > 79 characters)
Line 1096:42: E231 missing whitespace after ','
Line 1099:9: E303 too many blank lines (2)
Line 1103:80: E501 line too long (80 > 79 characters)
Line 1112:9: E303 too many blank lines (2)

Line 16:58: E228 missing whitespace around modulo operator
Line 16:80: E501 line too long (80 > 79 characters)
Line 57:37: E228 missing whitespace around modulo operator
Line 58:36: E228 missing whitespace around modulo operator
Line 71:80: E501 line too long (140 > 79 characters)
Line 78:54: E127 continuation line over-indented for visual indent
Line 79:26: E272 multiple spaces before keyword
Line 81:53: E128 continuation line under-indented for visual indent
Line 88:1: E303 too many blank lines (3)
Line 94:1: E302 expected 2 blank lines, found 3
Line 111:10: E111 indentation is not a multiple of four
Line 111:10: E117 over-indented
Line 121:80: E501 line too long (94 > 79 characters)
Line 136:12: E712 comparison to False should be 'if cond is not False:' or 'if cond:'
Line 142:1: E302 expected 2 blank lines, found 1
Line 142:80: E501 line too long (83 > 79 characters)
Line 143:80: E501 line too long (87 > 79 characters)
Line 154:80: E501 line too long (95 > 79 characters)
Line 195:46: E231 missing whitespace after ','
Line 195:57: E231 missing whitespace after ','
Line 195:69: E231 missing whitespace after ','
Line 199:35: E231 missing whitespace after ','
Line 199:46: E231 missing whitespace after ','
Line 222:45: E231 missing whitespace after ','
Line 222:55: E231 missing whitespace after ','
Line 222:66: E231 missing whitespace after ','
Line 226:34: E231 missing whitespace after ','
Line 226:44: E231 missing whitespace after ','
Line 232:30: E231 missing whitespace after ','
Line 235:46: E231 missing whitespace after ','
Line 235:55: E231 missing whitespace after ','
Line 235:65: E231 missing whitespace after ','
Line 236:45: E231 missing whitespace after ','
Line 236:53: E231 missing whitespace after ','
Line 236:62: E231 missing whitespace after ','
Line 241:35: E231 missing whitespace after ','
Line 241:44: E231 missing whitespace after ','
Line 242:34: E231 missing whitespace after ','
Line 242:42: E231 missing whitespace after ','
Line 265:27: E231 missing whitespace after ','
Line 265:31: E231 missing whitespace after ','
Line 265:35: E231 missing whitespace after ','
Line 270:37: E231 missing whitespace after ','
Line 270:39: E231 missing whitespace after ','
Line 271:36: E231 missing whitespace after ','
Line 271:38: E231 missing whitespace after ','
Line 288:31: E231 missing whitespace after ','
Line 288:35: E231 missing whitespace after ','
Line 288:39: E231 missing whitespace after ','
Line 291:14: E225 missing whitespace around operator
Line 292:21: E231 missing whitespace after ','
Line 292:31: E231 missing whitespace after ','
Line 292:58: E228 missing whitespace around modulo operator
Line 302:1: E303 too many blank lines (4)
Line 340:48: E228 missing whitespace around modulo operator
Line 341:37: E228 missing whitespace around modulo operator
Line 355:17: E231 missing whitespace after ','
Line 359:26: E231 missing whitespace after ':'
Line 359:40: E231 missing whitespace after ':'
Line 360:28: E231 missing whitespace after ':'
Line 360:40: E231 missing whitespace after ':'
Line 361:28: E231 missing whitespace after ':'
Line 361:43: E231 missing whitespace after ':'
Line 369:5: E303 too many blank lines (2)
Line 425:26: E231 missing whitespace after ':'
Line 425:40: E231 missing whitespace after ':'
Line 426:28: E231 missing whitespace after ':'
Line 426:40: E231 missing whitespace after ':'
Line 427:28: E231 missing whitespace after ':'
Line 427:43: E231 missing whitespace after ':'
Line 435:5: E303 too many blank lines (2)
Line 445:19: E225 missing whitespace around operator
Line 461:49: E261 at least two spaces before inline comment
Line 461:49: E262 inline comment should start with '# '
Line 463:49: E261 at least two spaces before inline comment
Line 463:49: E262 inline comment should start with '# '
Line 473:24: E228 missing whitespace around modulo operator
Line 507:25: E127 continuation line over-indented for visual indent
Line 510:66: E231 missing whitespace after ','
Line 510:80: E501 line too long (92 > 79 characters)
Line 511:66: E231 missing whitespace after ','
Line 511:80: E501 line too long (92 > 79 characters)
Line 518:80: E501 line too long (82 > 79 characters)
Line 520:66: E231 missing whitespace after ','
Line 520:80: E501 line too long (92 > 79 characters)
Line 521:80: E501 line too long (80 > 79 characters)
Line 522:41: E128 continuation line under-indented for visual indent

Line 15:5: E265 block comment should start with '# '
Line 16:80: E501 line too long (86 > 79 characters)
Line 17:5: E265 block comment should start with '# '
Line 31:62: E502 the backslash is redundant between brackets
Line 32:13: E128 continuation line under-indented for visual indent
Line 32:80: E501 line too long (80 > 79 characters)
Line 32:80: E502 the backslash is redundant between brackets
Line 39:80: E501 line too long (80 > 79 characters)
Line 59:29: E127 continuation line over-indented for visual indent
Line 63:65: E502 the backslash is redundant between brackets
Line 68:69: E502 the backslash is redundant between brackets
Line 69:55: E502 the backslash is redundant between brackets
Line 72:80: E501 line too long (84 > 79 characters)
Line 73:80: E501 line too long (84 > 79 characters)
Line 79:44: E502 the backslash is redundant between brackets
Line 80:13: E128 continuation line under-indented for visual indent
Line 80:70: E502 the backslash is redundant between brackets
Line 81:13: E128 continuation line under-indented for visual indent
Line 90:5: E265 block comment should start with '# '
Line 93:5: E265 block comment should start with '# '
Line 94:5: E265 block comment should start with '# '
Line 97:5: E265 block comment should start with '# '
Line 98:80: E501 line too long (80 > 79 characters)
Line 101:5: E265 block comment should start with '# '
Line 103:5: E265 block comment should start with '# '
Line 103:80: E501 line too long (81 > 79 characters)
Line 104:5: E265 block comment should start with '# '
Line 104:80: E501 line too long (80 > 79 characters)
Line 105:5: E265 block comment should start with '# '
Line 105:80: E501 line too long (86 > 79 characters)
Line 106:5: E265 block comment should start with '# '
Line 107:5: E265 block comment should start with '# '
Line 108:5: E265 block comment should start with '# '
Line 109:5: E265 block comment should start with '# '
Line 109:80: E501 line too long (88 > 79 characters)
Line 110:5: E265 block comment should start with '# '
Line 112:5: E265 block comment should start with '# '
Line 113:5: E265 block comment should start with '# '
Line 114:5: E265 block comment should start with '# '
Line 115:5: E265 block comment should start with '# '
Line 117:5: E265 block comment should start with '# '
Line 118:5: E265 block comment should start with '# '
Line 119:5: E265 block comment should start with '# '
Line 120:5: E265 block comment should start with '# '
Line 124:71: E502 the backslash is redundant between brackets
Line 125:71: E502 the backslash is redundant between brackets
Line 127:74: E502 the backslash is redundant between brackets
Line 128:74: E502 the backslash is redundant between brackets
Line 136:5: E265 block comment should start with '# '
Line 137:5: E265 block comment should start with '# '
Line 138:5: E265 block comment should start with '# '
Line 139:5: E265 block comment should start with '# '
Line 140:5: E265 block comment should start with '# '
Line 141:5: E265 block comment should start with '# '
Line 143:5: E265 block comment should start with '# '
Line 144:5: E265 block comment should start with '# '
Line 146:5: E265 block comment should start with '# '
Line 147:5: E265 block comment should start with '# '
Line 149:5: E265 block comment should start with '# '
Line 150:5: E265 block comment should start with '# '
Line 152:5: E265 block comment should start with '# '
Line 153:5: E265 block comment should start with '# '
Line 154:5: E265 block comment should start with '# '
Line 155:5: E265 block comment should start with '# '
Line 156:5: E265 block comment should start with '# '
Line 157:80: E501 line too long (83 > 79 characters)
Line 161:56: E502 the backslash is redundant between brackets
Line 162:13: E128 continuation line under-indented for visual indent
Line 162:70: E502 the backslash is redundant between brackets
Line 163:13: E128 continuation line under-indented for visual indent
Line 167:5: E265 block comment should start with '# '
Line 171:80: E501 line too long (81 > 79 characters)
Line 174:71: E502 the backslash is redundant between brackets
Line 175:71: E502 the backslash is redundant between brackets
Line 177:74: E502 the backslash is redundant between brackets
Line 178:74: E502 the backslash is redundant between brackets
Line 185:56: E502 the backslash is redundant between brackets
Line 186:13: E128 continuation line under-indented for visual indent
Line 186:70: E502 the backslash is redundant between brackets
Line 187:13: E128 continuation line under-indented for visual indent
Line 190:5: E265 block comment should start with '# '
Line 193:80: E501 line too long (81 > 79 characters)
Line 197:71: E502 the backslash is redundant between brackets
Line 198:71: E502 the backslash is redundant between brackets
Line 200:74: E502 the backslash is redundant between brackets
Line 201:74: E502 the backslash is redundant between brackets
Line 208:51: E502 the backslash is redundant between brackets
Line 209:13: E128 continuation line under-indented for visual indent
Line 209:70: E502 the backslash is redundant between brackets
Line 210:13: E128 continuation line under-indented for visual indent
Line 214:5: E265 block comment should start with '# '
Line 221:71: E502 the backslash is redundant between brackets
Line 222:71: E502 the backslash is redundant between brackets
Line 224:74: E502 the backslash is redundant between brackets
Line 225:74: E502 the backslash is redundant between brackets
Line 232:80: E501 line too long (100 > 79 characters)
Line 236:5: E265 block comment should start with '# '
Line 237:5: E265 block comment should start with '# '
Line 240:5: E265 block comment should start with '# '
Line 243:5: E265 block comment should start with '# '
Line 246:5: E265 block comment should start with '# '
Line 247:5: E265 block comment should start with '# '
Line 248:5: E265 block comment should start with '# '
Line 249:5: E265 block comment should start with '# '
Line 252:50: E502 the backslash is redundant between brackets
Line 253:13: E128 continuation line under-indented for visual indent
Line 253:70: E502 the backslash is redundant between brackets
Line 254:13: E128 continuation line under-indented for visual indent
Line 258:5: E265 block comment should start with '# '
Line 265:71: E502 the backslash is redundant between brackets
Line 266:71: E502 the backslash is redundant between brackets
Line 268:74: E502 the backslash is redundant between brackets
Line 269:74: E502 the backslash is redundant between brackets
Line 276:49: E502 the backslash is redundant between brackets
Line 277:13: E128 continuation line under-indented for visual indent
Line 277:70: E502 the backslash is redundant between brackets
Line 278:13: E128 continuation line under-indented for visual indent
Line 289:71: E502 the backslash is redundant between brackets
Line 290:71: E502 the backslash is redundant between brackets
Line 292:74: E502 the backslash is redundant between brackets
Line 293:74: E502 the backslash is redundant between brackets

Line 7:61: E502 the backslash is redundant between brackets
Line 14:5: E265 block comment should start with '# '
Line 15:80: E501 line too long (86 > 79 characters)
Line 16:5: E265 block comment should start with '# '
Line 17:5: E265 block comment should start with '# '

Line 17:5: E265 block comment should start with '# '
Line 18:80: E501 line too long (86 > 79 characters)
Line 19:5: E265 block comment should start with '# '
Line 24:5: E265 block comment should start with '# '
Line 25:5: E265 block comment should start with '# '
Line 27:9: E221 multiple spaces before operator
Line 36:11: E221 multiple spaces before operator
Line 37:9: E221 multiple spaces before operator
Line 38:9: E221 multiple spaces before operator
Line 57:29: E127 continuation line over-indented for visual indent
Line 60:80: E501 line too long (84 > 79 characters)
Line 61:80: E501 line too long (84 > 79 characters)
Line 71:44: E502 the backslash is redundant between brackets
Line 72:13: E128 continuation line under-indented for visual indent
Line 72:41: E502 the backslash is redundant between brackets
Line 73:13: E128 continuation line under-indented for visual indent
Line 82:48: E502 the backslash is redundant between brackets
Line 83:18: E128 continuation line under-indented for visual indent
Line 83:46: E502 the backslash is redundant between brackets
Line 84:18: E128 continuation line under-indented for visual indent
Line 92:80: E501 line too long (81 > 79 characters)
Line 93:44: E502 the backslash is redundant between brackets
Line 94:17: E127 continuation line over-indented for visual indent
Line 96:19: E127 continuation line over-indented for visual indent
Line 98:45: E502 the backslash is redundant between brackets
Line 99:18: E128 continuation line under-indented for visual indent
Line 106:66: E502 the backslash is redundant between brackets
Line 107:22: E127 continuation line over-indented for visual indent
Line 109:9: E265 block comment should start with '# '
Line 125:80: E501 line too long (85 > 79 characters)
Line 126:80: E501 line too long (99 > 79 characters)
Line 131:55: E502 the backslash is redundant between brackets
Line 132:62: E502 the backslash is redundant between brackets
Line 134:59: E502 the backslash is redundant between brackets
Line 135:72: E502 the backslash is redundant between brackets
Line 150:9: E221 multiple spaces before operator
Line 151:9: E221 multiple spaces before operator
Line 155:44: E502 the backslash is redundant between brackets
Line 156:13: E128 continuation line under-indented for visual indent
Line 156:41: E502 the backslash is redundant between brackets
Line 157:13: E128 continuation line under-indented for visual indent
Line 166:48: E502 the backslash is redundant between brackets
Line 167:18: E128 continuation line under-indented for visual indent
Line 167:46: E502 the backslash is redundant between brackets
Line 168:18: E128 continuation line under-indented for visual indent
Line 177:36: E502 the backslash is redundant between brackets
Line 178:7: E128 continuation line under-indented for visual indent
Line 178:59: E502 the backslash is redundant between brackets
Line 180:40: E502 the backslash is redundant between brackets
Line 181:7: E128 continuation line under-indented for visual indent
Line 181:69: E502 the backslash is redundant between brackets
Line 187:55: E502 the backslash is redundant between brackets
Line 188:64: E502 the backslash is redundant between brackets
Line 190:59: E502 the backslash is redundant between brackets
Line 191:74: E502 the backslash is redundant between brackets
Line 201:44: E502 the backslash is redundant between brackets
Line 202:13: E128 continuation line under-indented for visual indent
Line 202:70: E502 the backslash is redundant between brackets
Line 203:13: E128 continuation line under-indented for visual indent
Line 208:80: E501 line too long (80 > 79 characters)
Line 213:71: E502 the backslash is redundant between brackets
Line 214:71: E502 the backslash is redundant between brackets
Line 216:74: E502 the backslash is redundant between brackets
Line 217:74: E502 the backslash is redundant between brackets
Line 226:9: E221 multiple spaces before operator
Line 227:9: E221 multiple spaces before operator
Line 231:44: E502 the backslash is redundant between brackets
Line 232:13: E128 continuation line under-indented for visual indent
Line 232:41: E502 the backslash is redundant between brackets
Line 233:13: E128 continuation line under-indented for visual indent
Line 242:48: E502 the backslash is redundant between brackets
Line 243:18: E128 continuation line under-indented for visual indent
Line 243:46: E502 the backslash is redundant between brackets
Line 244:18: E128 continuation line under-indented for visual indent
Line 253:36: E502 the backslash is redundant between brackets
Line 254:7: E128 continuation line under-indented for visual indent
Line 254:56: E502 the backslash is redundant between brackets
Line 256:40: E502 the backslash is redundant between brackets
Line 257:7: E128 continuation line under-indented for visual indent
Line 257:66: E502 the backslash is redundant between brackets
Line 264:55: E502 the backslash is redundant between brackets
Line 265:61: E502 the backslash is redundant between brackets
Line 267:59: E502 the backslash is redundant between brackets
Line 268:71: E502 the backslash is redundant between brackets
Line 276:44: E502 the backslash is redundant between brackets
Line 277:13: E128 continuation line under-indented for visual indent
Line 277:70: E502 the backslash is redundant between brackets
Line 278:13: E128 continuation line under-indented for visual indent
Line 283:80: E501 line too long (80 > 79 characters)
Line 288:71: E502 the backslash is redundant between brackets
Line 289:71: E502 the backslash is redundant between brackets
Line 291:74: E502 the backslash is redundant between brackets
Line 292:74: E502 the backslash is redundant between brackets
Line 301:9: E221 multiple spaces before operator
Line 302:9: E221 multiple spaces before operator
Line 306:44: E502 the backslash is redundant between brackets
Line 307:13: E128 continuation line under-indented for visual indent
Line 307:41: E502 the backslash is redundant between brackets
Line 308:13: E128 continuation line under-indented for visual indent
Line 317:48: E502 the backslash is redundant between brackets
Line 318:18: E128 continuation line under-indented for visual indent
Line 318:46: E502 the backslash is redundant between brackets
Line 319:18: E128 continuation line under-indented for visual indent
Line 328:36: E502 the backslash is redundant between brackets
Line 329:7: E128 continuation line under-indented for visual indent
Line 329:56: E502 the backslash is redundant between brackets
Line 331:40: E502 the backslash is redundant between brackets
Line 332:7: E128 continuation line under-indented for visual indent
Line 332:66: E502 the backslash is redundant between brackets
Line 339:55: E502 the backslash is redundant between brackets
Line 340:61: E502 the backslash is redundant between brackets
Line 342:59: E502 the backslash is redundant between brackets
Line 343:71: E502 the backslash is redundant between brackets
Line 351:44: E502 the backslash is redundant between brackets
Line 352:13: E128 continuation line under-indented for visual indent
Line 352:70: E502 the backslash is redundant between brackets
Line 353:13: E128 continuation line under-indented for visual indent
Line 358:80: E501 line too long (80 > 79 characters)
Line 363:71: E502 the backslash is redundant between brackets
Line 364:71: E502 the backslash is redundant between brackets
Line 366:74: E502 the backslash is redundant between brackets
Line 367:74: E502 the backslash is redundant between brackets
Line 376:9: E221 multiple spaces before operator
Line 377:9: E221 multiple spaces before operator
Line 381:44: E502 the backslash is redundant between brackets
Line 382:13: E128 continuation line under-indented for visual indent
Line 382:41: E502 the backslash is redundant between brackets
Line 383:13: E128 continuation line under-indented for visual indent
Line 392:48: E502 the backslash is redundant between brackets
Line 393:18: E128 continuation line under-indented for visual indent
Line 393:46: E502 the backslash is redundant between brackets
Line 394:18: E128 continuation line under-indented for visual indent
Line 403:36: E502 the backslash is redundant between brackets
Line 404:7: E128 continuation line under-indented for visual indent
Line 404:58: E502 the backslash is redundant between brackets
Line 406:40: E502 the backslash is redundant between brackets
Line 407:7: E128 continuation line under-indented for visual indent
Line 407:68: E502 the backslash is redundant between brackets
Line 414:55: E502 the backslash is redundant between brackets
Line 415:63: E502 the backslash is redundant between brackets
Line 417:59: E502 the backslash is redundant between brackets
Line 418:73: E502 the backslash is redundant between brackets
Line 426:44: E502 the backslash is redundant between brackets
Line 427:13: E128 continuation line under-indented for visual indent
Line 427:70: E502 the backslash is redundant between brackets
Line 428:13: E128 continuation line under-indented for visual indent
Line 433:80: E501 line too long (80 > 79 characters)
Line 438:71: E502 the backslash is redundant between brackets
Line 439:71: E502 the backslash is redundant between brackets
Line 441:74: E502 the backslash is redundant between brackets
Line 442:74: E502 the backslash is redundant between brackets

Line 158:39: E713 test for membership should be 'not in'

Line 548:62: E231 missing whitespace after ','

Comment last updated at 2019-11-20 15:15:41 UTC

@codecov-io
Copy link
Copy Markdown

codecov-io commented Nov 20, 2019

Codecov Report

Merging #266 into master will decrease coverage by 3.68%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
- Coverage   45.16%   41.47%   -3.69%     
==========================================
  Files          70       79       +9     
  Lines       20608    23217    +2609     
==========================================
+ Hits         9307     9629     +322     
- Misses      11301    13588    +2287
Impacted Files Coverage Δ
tofu/imas2tofu/_core.py 0.74% <ø> (-0.01%) ⬇️
tofu/tests/tests01_geom/tests03_core.py 90.08% <ø> (+0.45%) ⬆️
tofu/tests/tests02_data/tests03_core.py 99.08% <ø> (ø) ⬆️
tofu/mag/test_magFieldLines.py 0% <ø> (ø)
tofu/utils.py 47.99% <ø> (-0.87%) ⬇️
tofu/data/__init__.py 100% <ø> (ø) ⬆️
tofu/geom/utils.py 43.08% <ø> (-0.64%) ⬇️
tofu/data/_plot.py 91.15% <ø> (ø) ⬆️
tofu/mag/test_ripple.py 0% <ø> (ø) ⬆️
tofu/mag/mag_ripple/__init__.py 0% <ø> (ø) ⬆️
... and 47 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df2841d...314b7bc. Read the comment docs.

@Didou09 Didou09 requested review from lasofivec and removed request for flothesof and jmoralesFusion November 20, 2019 15:31
@Didou09 Didou09 merged commit 92523ae into master Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants