NeuromatchAcademy / course-content-dl

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

Updates code #906

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
W2D3_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W2D3_Tutorial1 Code report for W2D3_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 1222 Common problems: - 1007 instances of E128 (continuation line under-indented for visual indent) - 61 instances of E402 (module level import not at top of file) - 18 instances of E226 (missing whitespace around arithmetic operator) - 13 instances of E302 (expected 2 blank lines, found 0) - 13 instances of E501 (line too long (100 > 88 characters)) - 12 instances of E261 (at least two spaces before inline comment) - 10 instances of E703 (statement ends with a semicolon) - 8 instances of E266 (too many leading '#' for block comment) - 7 instances of E302 (expected 2 blank lines, found 1) - 5 instances of E231 (missing whitespace after ':') ---