python-neo
python-neo copied to clipboard
Add IO to read MonkeyLogic files
closes #882
Hello @JuliaSprenger! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
- In the file
neo/io/monkeylogicio.py:
- In the file
neo/rawio/monkeylogicrawio.py:
Line 174:100: E501 line too long (103 > 99 characters) Line 183:1: E303 too many blank lines (3) Line 208:22: E231 missing whitespace after ':' Line 208:22: E701 multiple statements on one line (colon) Line 208:23: E225 missing whitespace around operator Line 327:77: E226 missing whitespace around arithmetic operator
- In the file
neo/test/iotest/test_monkeylogicio.py:
Line 24:100: E501 line too long (100 > 99 characters)
- In the file
neo/test/rawiotest/test_monkeylogicrawio.py: