apertif / apercal

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

Mosaic v2 #280

Closed rs1701 closed 4 years ago

rs1701 commented 4 years ago

Added new mosaic module including script with default settings

pep8speaks commented 4 years ago

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

Line 1503:131: E226 missing whitespace around arithmetic operator Line 1503:201: E501 line too long (253 > 200 characters) Line 1506:56: E226 missing whitespace around arithmetic operator Line 1506:61: E226 missing whitespace around arithmetic operator Line 1509:157: E226 missing whitespace around arithmetic operator Line 1518:52: E226 missing whitespace around arithmetic operator Line 1523:127: E226 missing whitespace around arithmetic operator Line 1525:122: E226 missing whitespace around arithmetic operator Line 1529:48: E226 missing whitespace around arithmetic operator Line 1579:35: E226 missing whitespace around arithmetic operator

Line 29:1: E265 block comment should start with '# ' Line 30:1: E265 block comment should start with '# ' Line 38:201: E501 line too long (228 > 200 characters) Line 177:201: E501 line too long (343 > 200 characters)

Line 10:23: W291 trailing whitespace Line 11:69: W291 trailing whitespace Line 93:57: E226 missing whitespace around arithmetic operator

Comment last updated at 2020-02-27 17:33:20 UTC