NeuromatchAcademy / course-content

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

Add gadget #1012

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
Bonus_Intro Bonus_Outro Bonus_Tutorial1 Bonus_Tutorial2 Bonus_Tutorial3
Instructor Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab
Student Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab
Code report for Bonus_Intro Code report for Bonus_Intro.ipynb ================================= Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---
Code report for Bonus_Outro Code report for Bonus_Outro.ipynb ================================= Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---
Code report for Bonus_Tutorial1 Code report for Bonus_Tutorial1.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 42 Common problems: - 19 instances of E402 (module level import not at top of file) - 10 instances of E123 (closing bracket does not match indentation of opening bracket's line) - 3 instances of E226 (missing whitespace around arithmetic operator) - 3 instances of E501 (line too long (100 > 88 characters)) - 3 instances of E266 (too many leading '#' for block comment) - 1 instance of E302 (expected 2 blank lines, found 0) - 1 instance of E501 (line too long (104 > 88 characters)) - 1 instance of E305 (expected 2 blank lines after class or function definition, found 0) - 1 instance of W292 (no newline at end of file) ---
Code report for Bonus_Tutorial2 Code report for Bonus_Tutorial2.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 43 Common problems: - 16 instances of E402 (module level import not at top of file) - 12 instances of W605 (invalid escape sequence '\p') - 5 instances of E123 (closing bracket does not match indentation of opening bracket's line) - 2 instances of E501 (line too long (100 > 88 characters)) - 2 instances of E266 (too many leading '#' for block comment) - 1 instance of E302 (expected 2 blank lines, found 0) - 1 instance of E501 (line too long (104 > 88 characters)) - 1 instance of E226 (missing whitespace around arithmetic operator) - 1 instance of E305 (expected 2 blank lines after class or function definition, found 0) - 1 instance of E501 (line too long (90 > 88 characters)) ---
Code report for Bonus_Tutorial3 Code report for Bonus_Tutorial3.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 40 Common problems: - 16 instances of E402 (module level import not at top of file) - 12 instances of W605 (invalid escape sequence '\p') - 4 instances of E226 (missing whitespace around arithmetic operator) - 2 instances of E501 (line too long (100 > 88 characters)) - 2 instances of W503 (line break before binary operator) - 1 instance of E302 (expected 2 blank lines, found 0) - 1 instance of E501 (line too long (104 > 88 characters)) - 1 instance of E305 (expected 2 blank lines after class or function definition, found 0) - 1 instance of W292 (no newline at end of file) ---