NeuromatchAcademy / course-content-dl

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

minor fix #913

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago

pip install takes too long to run. warning/errors can be ignored.

github-actions[bot] commented 1 year ago
robolympics
Instructor Open In Colab
Student
Code report for robolympics Code report for robolympics.ipynb ================================= Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 31 Common problems: - 5 instances of E123 (closing bracket does not match indentation of opening bracket's line) - 5 instances of E126 (continuation line over-indented for hanging indent) - 4 instances of E302 (expected 2 blank lines, found 0) - 3 instances of E124 (closing bracket does not match visual indentation) - 3 instances of E261 (at least two spaces before inline comment) - 2 instances of E226 (missing whitespace around arithmetic operator) - 2 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 1 instance of E501 (line too long (103 > 88 characters)) - 1 instance of E117 (over-indented) - 1 instance of E306 (expected 1 blank line before a nested definition, found 0) ---