Closed ashishkg0022 closed 6 years ago
Hello @ashishkg0022! Thanks for updating the PR.
vision_comm/src/kalman_filter.py
Line 10:12: E231 missing whitespace after ',' Line 13:18: E231 missing whitespace after ',' Line 13:21: E231 missing whitespace after ',' Line 14:2: E225 missing whitespace around operator Line 15:2: E225 missing whitespace around operator Line 17:33: E231 missing whitespace after ',' Line 17:36: E231 missing whitespace after ',' Line 22:15: E261 at least two spaces before inline comment Line 22:16: E262 inline comment should start with '# ' Line 23:15: E261 at least two spaces before inline comment Line 23:16: E262 inline comment should start with '# ' Line 24:15: E261 at least two spaces before inline comment Line 24:16: E262 inline comment should start with '# ' Line 25:29: E261 at least two spaces before inline comment Line 25:30: E262 inline comment should start with '# ' Line 25:80: E501 line too long (83 > 79 characters) Line 26:18: E261 at least two spaces before inline comment Line 26:19: E262 inline comment should start with '# ' Line 27:16: E231 missing whitespace after ',' Line 27:21: E261 at least two spaces before inline comment Line 27:22: E262 inline comment should start with '# ' Line 28:16: E261 at least two spaces before inline comment Line 28:17: E262 inline comment should start with '# ' Line 29:15: E261 at least two spaces before inline comment Line 29:16: E262 inline comment should start with '# ' Line 44:1: E303 too many blank lines (3) Line 50:18: E231 missing whitespace after ',' Line 55:37: E231 missing whitespace after ',' Line 70:36: E231 missing whitespace after ',' Line 70:39: E231 missing whitespace after ',' Line 70:54: E231 missing whitespace after ',' Line 71:44: E231 missing whitespace after ',' Line 71:47: E231 missing whitespace after ',' Line 71:70: E231 missing whitespace after ',' Line 71:80: E501 line too long (84 > 79 characters) Line 73:10: W292 no newline at end of file
Hello @ashishkg0022! Thanks for updating the PR.
vision_comm/src/kalman_filter.py
, following are the PEP8 issues :