NeuromatchAcademy / course-content-dl

NMA deep learning course
https://deeplearning.neuromatch.io/
Creative Commons Attribution 4.0 International
740 stars 268 forks source link

add gadget fix links #895

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
Bonus_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for Bonus_Tutorial1 Code report for Bonus_Tutorial1.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 127 Common problems: - 78 instances of E402 (module level import not at top of file) - 15 instances of E501 (line too long (100 > 88 characters)) - 7 instances of E266 (too many leading '#' for block comment) - 6 instances of E302 (expected 2 blank lines, found 1) - 4 instances of E302 (expected 2 blank lines, found 0) - 4 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 2 instances of E501 (line too long (96 > 88 characters)) - 2 instances of E501 (line too long (91 > 88 characters)) - 1 instance of E501 (line too long (151 > 88 characters)) - 1 instance of E501 (line too long (112 > 88 characters)) ---