NeuromatchAcademy / course-content-dl

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

produce student instructor tut #935

Closed spirosChv closed 8 months ago

spirosChv commented 8 months ago

Re execute through CI to produce student/instructor versions.

github-actions[bot] commented 8 months ago
W3D3_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W3D3_Tutorial1 Code report for W3D3_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 293 Common problems: - 65 instances of E402 (module level import not at top of file) - 44 instances of E123 (closing bracket does not match indentation of opening bracket's line) - 20 instances of E261 (at least two spaces before inline comment) - 16 instances of E266 (too many leading '#' for block comment) - 12 instances of E501 (line too long (100 > 88 characters)) - 12 instances of E303 (too many blank lines (3)) - 11 instances of E302 (expected 2 blank lines, found 0) - 10 instances of E703 (statement ends with a semicolon) - 8 instances of E501 (line too long (93 > 88 characters)) - 7 instances of E305 (expected 2 blank lines after class or function definition, found 3) ---