NeuromatchAcademy / course-content-dl

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

Minor fix #920

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
Image_Alignment
Instructor Open In Colab
Student
Code report for Image_Alignment Code report for Image_Alignment.ipynb ===================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 111 Common problems: - 48 instances of E226 (missing whitespace around arithmetic operator) - 11 instances of E302 (expected 2 blank lines, found 0) - 6 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 6 instances of E131 (continuation line unaligned for hanging indent) - 5 instances of E225 (missing whitespace around operator) - 4 instances of E402 (module level import not at top of file) - 2 instances of E126 (continuation line over-indented for hanging indent) - 2 instances of E501 (line too long (93 > 88 characters)) - 2 instances of E123 (closing bracket does not match indentation of opening bracket's line) - 2 instances of E501 (line too long (89 > 88 characters)) ---