apertif / apercal

GNU General Public License v3.0
3 stars 9 forks source link

- added Q, U and V mosaicking to mosaic_v2 module #282

Closed adebahr closed 4 years ago

adebahr commented 4 years ago
pep8speaks commented 4 years ago

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

Line 15:1: E265 block comment should start with '# '

Line 101:47: E225 missing whitespace around operator Line 722:65: E231 missing whitespace after ',' Line 722:78: E231 missing whitespace after ',' Line 794:42: E261 at least two spaces before inline comment Line 913:5: E301 expected 1 blank line, found 0 Line 960:5: E301 expected 1 blank line, found 0 Line 1033:5: E301 expected 1 blank line, found 0 Line 1084:5: E303 too many blank lines (2) Line 1118:21: E722 do not use bare 'except' Line 1136:21: E722 do not use bare 'except' Line 1148:5: E303 too many blank lines (2) Line 1153:5: E301 expected 1 blank line, found 0 Line 1220:5: E301 expected 1 blank line, found 0 Line 1240:48: E241 multiple spaces after ',' Line 1292:5: E301 expected 1 blank line, found 0 Line 1394:5: E301 expected 1 blank line, found 0 Line 1495:5: E301 expected 1 blank line, found 0 Line 1559:5: E301 expected 1 blank line, found 0 Line 1620:5: E303 too many blank lines (2) Line 1623:5: E301 expected 1 blank line, found 0 Line 1673:5: E303 too many blank lines (2) Line 1677:5: E301 expected 1 blank line, found 0 Line 1799:5: E301 expected 1 blank line, found 0 Line 1852:5: E303 too many blank lines (2) Line 1855:5: E301 expected 1 blank line, found 0 Line 1911:5: E301 expected 1 blank line, found 0 Line 2169:5: E303 too many blank lines (2) Line 2172:5: E301 expected 1 blank line, found 0 Line 2235:5: E303 too many blank lines (2) Line 2238:5: E301 expected 1 blank line, found 0 Line 2377:5: E303 too many blank lines (2) Line 2381:5: E301 expected 1 blank line, found 0 Line 2449:76: E226 missing whitespace around arithmetic operator Line 2452:76: E226 missing whitespace around arithmetic operator Line 2471:79: E241 multiple spaces after ',' Line 2492:201: E501 line too long (226 > 200 characters) Line 2493:21: E722 do not use bare 'except' Line 2504:201: E501 line too long (226 > 200 characters) Line 2505:21: E722 do not use bare 'except' Line 2519:201: E501 line too long (216 > 200 characters) Line 2526:9: E303 too many blank lines (2) Line 2537:5: E303 too many blank lines (2) Line 2541:5: E301 expected 1 blank line, found 0 Line 2664:136: E226 missing whitespace around arithmetic operator Line 2665:136: E226 missing whitespace around arithmetic operator Line 2707:143: E226 missing whitespace around arithmetic operator Line 2707:201: E501 line too long (317 > 200 characters) Line 2709:143: E226 missing whitespace around arithmetic operator Line 2709:201: E501 line too long (287 > 200 characters) Line 2711:201: E501 line too long (297 > 200 characters) Line 2711:271: E226 missing whitespace around arithmetic operator Line 2717:149: E226 missing whitespace around arithmetic operator Line 2722:143: E226 missing whitespace around arithmetic operator Line 2723:201: E501 line too long (287 > 200 characters) Line 2723:260: E226 missing whitespace around arithmetic operator Line 2725:140: E226 missing whitespace around arithmetic operator Line 2775:143: E226 missing whitespace around arithmetic operator Line 2775:201: E501 line too long (317 > 200 characters) Line 2777:143: E226 missing whitespace around arithmetic operator Line 2777:201: E501 line too long (287 > 200 characters) Line 2779:201: E501 line too long (297 > 200 characters) Line 2779:271: E226 missing whitespace around arithmetic operator Line 2785:149: E226 missing whitespace around arithmetic operator Line 2790:143: E226 missing whitespace around arithmetic operator Line 2791:201: E501 line too long (287 > 200 characters) Line 2791:260: E226 missing whitespace around arithmetic operator Line 2793:140: E226 missing whitespace around arithmetic operator Line 2841:134: E226 missing whitespace around arithmetic operator Line 2841:201: E501 line too long (259 > 200 characters) Line 2844:56: E226 missing whitespace around arithmetic operator Line 2844:61: E226 missing whitespace around arithmetic operator Line 2847:160: E226 missing whitespace around arithmetic operator Line 2855:52: E226 missing whitespace around arithmetic operator Line 2860:130: E226 missing whitespace around arithmetic operator Line 2862:125: E226 missing whitespace around arithmetic operator Line 2864:128: E226 missing whitespace around arithmetic operator Line 2885:5: E303 too many blank lines (2) Line 2888:5: E301 expected 1 blank line, found 0 Line 3067:5: E303 too many blank lines (2) Line 3070:5: E301 expected 1 blank line, found 0 Line 3237:9: E303 too many blank lines (2) Line 3242:5: E303 too many blank lines (2) Line 3245:5: E301 expected 1 blank line, found 0 Line 3401:9: E303 too many blank lines (2) Line 3410:5: E303 too many blank lines (2) Line 3413:5: E301 expected 1 blank line, found 0 Line 3545:5: E301 expected 1 blank line, found 0 Line 3718:5: E301 expected 1 blank line, found 0 Line 3909:5: E301 expected 1 blank line, found 0 Line 3953:5: E303 too many blank lines (2) Line 3954:5: E266 too many leading '#' for block comment Line 3962:5: E301 expected 1 blank line, found 0 Line 4651:17: E303 too many blank lines (2) Line 4695:5: E303 too many blank lines (2) Line 4951:71: W292 no newline at end of file

Line 259:1: E302 expected 2 blank lines, found 1