Closed bourque closed 7 years ago
Hello @bourque! Thanks for submitting the PR.
docs/source/conf.py
, following are the PEP8 issues :Line 153:22: E231 missing whitespace after ',' Line 153:24: W292 no newline at end of file
paper/database_by_table.py
, following are the PEP8 issues :Line 56:80: E501 line too long (81 > 79 characters) Line 57:80: E501 line too long (81 > 79 characters) Line 58:80: E501 line too long (81 > 79 characters) Line 77:80: E501 line too long (87 > 79 characters) Line 78:80: E501 line too long (91 > 79 characters) Line 105:32: E231 missing whitespace after ',' Line 107:80: E501 line too long (83 > 79 characters)
paper/fileio_time.py
, following are the PEP8 issues :Line 28:80: E501 line too long (122 > 79 characters) Line 41:80: E501 line too long (95 > 79 characters) Line 54:80: E501 line too long (90 > 79 characters) Line 55:80: E501 line too long (84 > 79 characters)
paper/filesystem_size.py
, following are the PEP8 issues :Line 78:80: E501 line too long (89 > 79 characters) Line 79:80: E501 line too long (89 > 79 characters) Line 80:80: E501 line too long (89 > 79 characters) Line 96:80: E501 line too long (118 > 79 characters) Line 99:80: E501 line too long (95 > 79 characters)
paper/plot_file_sizes.py
, following are the PEP8 issues :Line 41:80: E501 line too long (91 > 79 characters)
This merges in the
LaTeX
document for the COSC 880 graduate thesis paper at Towson University.