NeuromatchAcademy / course-content

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

remove sponsors redundant images #1033

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago
github-actions[bot] commented 1 year ago
ModelingSteps_1through4 ModelingSteps_5through10 TrainIllusionDataProject TrainIllusionModel
Instructor Open In Colab Open In Colab Open In Colab Open In Colab
Student
Code report for ModelingSteps_1through4 Code report for ModelingSteps_1through4.ipynb ============================================= Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 193 Common problems: - 56 instances of E231 (missing whitespace after ',') - 29 instances of E402 (module level import not at top of file) - 20 instances of E226 (missing whitespace around arithmetic operator) - 11 instances of E221 (multiple spaces before operator) - 6 instances of E501 (line too long (100 > 88 characters)) - 6 instances of E251 (unexpected spaces around keyword / parameter equals) - 5 instances of E201 (whitespace after '(') - 3 instances of E302 (expected 2 blank lines, found 1) - 3 instances of E703 (statement ends with a semicolon) - 3 instances of E265 (block comment should start with '# ') ---
Code report for ModelingSteps_5through10 Code report for ModelingSteps_5through10.ipynb ============================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 27 Common problems: - 20 instances of E402 (module level import not at top of file) - 6 instances of E501 (line too long (100 > 88 characters)) - 1 instance of W292 (no newline at end of file) ---
Code report for TrainIllusionDataProject Code report for TrainIllusionDataProject.ipynb ============================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 70 Common problems: - 22 instances of E226 (missing whitespace around arithmetic operator) - 12 instances of E231 (missing whitespace after ',') - 8 instances of E251 (unexpected spaces around keyword / parameter equals) - 3 instances of E201 (whitespace after '(') - 3 instances of E703 (statement ends with a semicolon) - 2 instances of E202 (whitespace before ')') - 2 instances of E265 (block comment should start with '# ') - 2 instances of E501 (line too long (92 > 88 characters)) - 2 instances of E302 (expected 2 blank lines, found 0) - 1 instance of E501 (line too long (142 > 88 characters)) ---
Code report for TrainIllusionModel Code report for TrainIllusionModel.ipynb ======================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 0 ---