NeuromatchAcademy / course-content

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

Fixing Issue #1057 #1081

Closed GaganaB closed 1 year ago

github-actions[bot] commented 1 year ago
W1D4_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W1D4_Tutorial1 Code report for W1D4_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 56 Common problems: - 21 instances of E402 (module level import not at top of file) - 7 instances of E302 (expected 2 blank lines, found 1) - 5 instances of E501 (line too long (100 > 88 characters)) - 4 instances of E302 (expected 2 blank lines, found 0) - 3 instances of E266 (too many leading '#' for block comment) - 2 instances of E501 (line too long (101 > 88 characters)) - 2 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 2 instances of E251 (unexpected spaces around keyword / parameter equals) - 2 instances of E501 (line too long (92 > 88 characters)) - 2 instances of E703 (statement ends with a semicolon) ---