NeuromatchAcademy / course-content

NMA Computational Neuroscience course
https://compneuro.neuromatch.io
Creative Commons Attribution 4.0 International
2.66k stars 983 forks source link

fixes #1010

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
W3D2_Tutorial5
Instructor Open In Colab
Student Open In Colab
Code report for W3D2_Tutorial5 Code report for W3D2_Tutorial5.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 66 Common problems: - 14 instances of E402 (module level import not at top of file) - 6 instances of E231 (missing whitespace after ',') - 6 instances of E127 (continuation line over-indented for visual indent) - 5 instances of E302 (expected 2 blank lines, found 0) - 5 instances of E265 (block comment should start with '# ') - 4 instances of E701 (multiple statements on one line (colon)) - 4 instances of W504 (line break after binary operator) - 4 instances of E227 (missing whitespace around bitwise or shift operator) - 3 instances of E741 (ambiguous variable name 'l') - 3 instances of E305 (expected 2 blank lines after class or function definition, found 0) ---