apertif / apercal

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

- added split function to prepare #235

Closed adebahr closed 5 years ago

adebahr commented 5 years ago
pep8speaks commented 5 years ago

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

Line 48:9: E265 block comment should start with '# ' Line 313:5: E303 too many blank lines (2) Line 324:201: E501 line too long (275 > 200 characters) Line 338:201: E501 line too long (272 > 200 characters) Line 352:201: E501 line too long (272 > 200 characters)

Line 32:5: E265 block comment should start with '# '

Line 169:13: E265 block comment should start with '# ' Line 191:17: E265 block comment should start with '# ' Line 211:9: E265 block comment should start with '# ' Line 217:9: E265 block comment should start with '# '

Comment last updated at 2019-05-24 08:18:11 UTC
adebahr commented 5 years ago
rs1701 commented 5 years ago

Moved splitting into a separate module. Parallelisation was tested