NeuromatchAcademy / course-content

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

Fixes #1068

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
W3D1_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W3D1_Tutorial1 Code report for W3D1_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 235 Common problems: - 53 instances of E402 (module level import not at top of file) - 28 instances of E231 (missing whitespace after ',') - 27 instances of E226 (missing whitespace around arithmetic operator) - 17 instances of E127 (continuation line over-indented for visual indent) - 12 instances of E501 (line too long (100 > 88 characters)) - 11 instances of E203 (whitespace before ',') - 10 instances of E128 (continuation line under-indented for visual indent) - 8 instances of E251 (unexpected spaces around keyword / parameter equals) - 8 instances of E703 (statement ends with a semicolon) - 6 instances of E261 (at least two spaces before inline comment) ---