NeuromatchAcademy / precourse

A repo for the pre-course work at home exercises
MIT License
613 stars 159 forks source link

Spiros chv patch 1 #70

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago
github-actions[bot] commented 1 year ago
W0D3_Tutorial2
Instructor Open In Colab
Student Open In Colab
Code report for W0D3_Tutorial2 Code report for W0D3_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 99 Common problems: - 21 instances of E231 (missing whitespace after ',') - 14 instances of E226 (missing whitespace around arithmetic operator) - 11 instances of E402 (module level import not at top of file) - 6 instances of E251 (unexpected spaces around keyword / parameter equals) - 5 instances of E301 (expected 1 blank line, found 0) - 5 instances of E225 (missing whitespace around operator) - 5 instances of E501 (line too long (92 > 88 characters)) - 4 instances of E302 (expected 2 blank lines, found 1) - 3 instances of E501 (line too long (102 > 88 characters)) - 3 instances of E501 (line too long (99 > 88 characters)) ---