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

fixing interactive demos in w3d5 and minor fixes in w1d5 #1050

Merged
merged 16 commits into from
Jul 12, 2023
Merged

Conversation

spirosChv
Copy link
Collaborator

No description provided.

@github-actions
Copy link

W1D5_Tutorial1 W1D5_Tutorial2 W1D5_Tutorial3 W1D5_Tutorial4 W3D5_Tutorial1 W3D5_Tutorial2 W3D5_Tutorial3 W3D5_Tutorial4
Instructor Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab
Student Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab Open In Colab
Code report for W1D5_Tutorial1

Code report for W1D5_Tutorial1.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 61

Common problems:

  • 24 instances of E402 (module level import not at top of file)
  • 10 instances of E261 (at least two spaces before inline comment)
  • 4 instances of E302 (expected 2 blank lines, found 0)
  • 4 instances of E302 (expected 2 blank lines, found 1)
  • 3 instances of E501 (line too long (100 > 88 characters))
  • 3 instances of E266 (too many leading '#' for block comment)
  • 2 instances of E305 (expected 2 blank lines after class or function definition, found 0)
  • 2 instances of E303 (too many blank lines (2))
  • 2 instances of E501 (line too long (106 > 88 characters))
  • 1 instance of E501 (line too long (151 > 88 characters))

Code report for W1D5_Tutorial2

Code report for W1D5_Tutorial2.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 82

Common problems:

  • 22 instances of E226 (missing whitespace around arithmetic operator)
  • 21 instances of E231 (missing whitespace after ',')
  • 17 instances of E402 (module level import not at top of file)
  • 2 instances of E302 (expected 2 blank lines, found 0)
  • 2 instances of E302 (expected 2 blank lines, found 1)
  • 2 instances of E501 (line too long (92 > 88 characters))
  • 2 instances of E305 (expected 2 blank lines after class or function definition, found 1)
  • 2 instances of E266 (too many leading '#' for block comment)
  • 2 instances of E703 (statement ends with a semicolon)
  • 1 instance of E501 (line too long (151 > 88 characters))

Code report for W1D5_Tutorial3

Code report for W1D5_Tutorial3.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 108

Common problems:

  • 25 instances of E402 (module level import not at top of file)
  • 23 instances of E226 (missing whitespace around arithmetic operator)
  • 11 instances of E231 (missing whitespace after ',')
  • 9 instances of E302 (expected 2 blank lines, found 0)
  • 7 instances of E501 (line too long (100 > 88 characters))
  • 4 instances of E501 (line too long (101 > 88 characters))
  • 4 instances of E501 (line too long (95 > 88 characters))
  • 3 instances of E501 (line too long (143 > 88 characters))
  • 2 instances of E302 (expected 2 blank lines, found 1)
  • 2 instances of E501 (line too long (92 > 88 characters))

Code report for W1D5_Tutorial4

Code report for W1D5_Tutorial4.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 207

Common problems:

  • 25 instances of E226 (missing whitespace around arithmetic operator)
  • 22 instances of E402 (module level import not at top of file)
  • 17 instances of E231 (missing whitespace after ',')
  • 11 instances of E261 (at least two spaces before inline comment)
  • 10 instances of E266 (too many leading '#' for block comment)
  • 10 instances of E225 (missing whitespace around operator)
  • 8 instances of E302 (expected 2 blank lines, found 1)
  • 7 instances of E302 (expected 2 blank lines, found 0)
  • 7 instances of E501 (line too long (89 > 88 characters))
  • 5 instances of E501 (line too long (101 > 88 characters))

Code report for W3D5_Tutorial1

Code report for W3D5_Tutorial1.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 75

Common problems:

  • 25 instances of E402 (module level import not at top of file)
  • 8 instances of E302 (expected 2 blank lines, found 0)
  • 7 instances of E501 (line too long (100 > 88 characters))
  • 5 instances of E266 (too many leading '#' for block comment)
  • 4 instances of E302 (expected 2 blank lines, found 1)
  • 3 instances of E501 (line too long (101 > 88 characters))
  • 3 instances of E251 (unexpected spaces around keyword / parameter equals)
  • 2 instances of E501 (line too long (94 > 88 characters))
  • 2 instances of E305 (expected 2 blank lines after class or function definition, found 1)
  • 2 instances of E501 (line too long (90 > 88 characters))

Code report for W3D5_Tutorial2

Code report for W3D5_Tutorial2.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 64

Common problems:

  • 21 instances of E402 (module level import not at top of file)
  • 7 instances of E302 (expected 2 blank lines, found 0)
  • 7 instances of E266 (too many leading '#' for block comment)
  • 4 instances of E501 (line too long (100 > 88 characters))
  • 3 instances of E302 (expected 2 blank lines, found 1)
  • 3 instances of E501 (line too long (109 > 88 characters))
  • 2 instances of E251 (unexpected spaces around keyword / parameter equals)
  • 2 instances of E305 (expected 2 blank lines after class or function definition, found 0)
  • 2 instances of E305 (expected 2 blank lines after class or function definition, found 1)
  • 2 instances of E501 (line too long (104 > 88 characters))

Code report for W3D5_Tutorial3

Code report for W3D5_Tutorial3.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 69

Common problems:

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

Code report for W3D5_Tutorial4

Code report for W3D5_Tutorial4.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 131

Common problems:

  • 33 instances of E402 (module level import not at top of file)
  • 18 instances of E266 (too many leading '#' for block comment)
  • 13 instances of E302 (expected 2 blank lines, found 0)
  • 8 instances of E231 (missing whitespace after ',')
  • 6 instances of E501 (line too long (100 > 88 characters))
  • 5 instances of E226 (missing whitespace around arithmetic operator)
  • 5 instances of E222 (multiple spaces after operator)
  • 4 instances of E231 (missing whitespace after ':')
  • 4 instances of E501 (line too long (94 > 88 characters))
  • 3 instances of E302 (expected 2 blank lines, found 1)

@spirosChv spirosChv merged commit ddeb87c into main Jul 12, 2023
@spirosChv spirosChv deleted the fix_int_demos3 branch July 12, 2023 06:37
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.

2 participants