Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correcting issues #117

Merged
merged 4 commits into from
Jul 9, 2023
Merged

correcting issues #117

merged 4 commits into from
Jul 9, 2023

Conversation

spirosChv
Copy link
Contributor

This PR resolves #116, #115, #114

@github-actions
Copy link

github-actions bot commented Jul 9, 2023

W0D1_Tutorial1 W0D2_Tutorial1 W0D5_Tutorial2
Instructor Open In Colab Open In Colab Open In Colab
Student Open In Colab Open In Colab Open In Colab
Code report for W0D1_Tutorial1

Code report for W0D1_Tutorial1.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 141

Common problems:

  • 56 instances of E402 (module level import not at top of file)
  • 32 instances of E226 (missing whitespace around arithmetic operator)
  • 14 instances of E501 (line too long (100 > 88 characters))
  • 11 instances of E266 (too many leading '#' for block comment)
  • 8 instances of E225 (missing whitespace around operator)
  • 3 instances of E501 (line too long (89 > 88 characters))
  • 2 instances of E501 (line too long (98 > 88 characters))
  • 2 instances of E703 (statement ends with a semicolon)
  • 2 instances of E303 (too many blank lines (2))
  • 2 instances of W605 (invalid escape sequence '\p')

Code report for W0D2_Tutorial1

Code report for W0D2_Tutorial1.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 199

Common problems:

  • 56 instances of E402 (module level import not at top of file)
  • 54 instances of E231 (missing whitespace after ',')
  • 27 instances of E226 (missing whitespace around arithmetic operator)
  • 13 instances of E501 (line too long (100 > 88 characters))
  • 12 instances of E225 (missing whitespace around operator)
  • 7 instances of E266 (too many leading '#' for block comment)
  • 4 instances of E222 (multiple spaces after operator)
  • 4 instances of E251 (unexpected spaces around keyword / parameter equals)
  • 3 instances of E302 (expected 2 blank lines, found 0)
  • 3 instances of E302 (expected 2 blank lines, found 1)

Code report for W0D5_Tutorial2

Code report for W0D5_Tutorial2.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 215

Common problems:

  • 36 instances of E402 (module level import not at top of file)
  • 29 instances of E226 (missing whitespace around arithmetic operator)
  • 26 instances of E231 (missing whitespace after ',')
  • 16 instances of E251 (unexpected spaces around keyword / parameter equals)
  • 13 instances of E225 (missing whitespace around operator)
  • 13 instances of E265 (block comment should start with '# ')
  • 10 instances of E703 (statement ends with a semicolon)
  • 10 instances of E266 (too many leading '#' for block comment)
  • 8 instances of E501 (line too long (100 > 88 characters))
  • 7 instances of E302 (expected 2 blank lines, found 1)

@spirosChv spirosChv merged commit b7f2432 into main Jul 9, 2023
@spirosChv spirosChv deleted the fixing_issues branch July 9, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue on page /tutorials/W0D2_PythonWorkshop2/student/W0D2_Tutorial1.html
2 participants