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

minor fix #1086

Merged
merged 3 commits into from
Oct 25, 2023
Merged

minor fix #1086

merged 3 commits into from
Oct 25, 2023

Conversation

spirosChv
Copy link
Collaborator

fixes #1084

@github-actions
Copy link

W1D3_Tutorial2
Instructor Open In Colab
Student Open In Colab
Code report for W1D3_Tutorial2

Code report for W1D3_Tutorial2.ipynb

Quality (pyflakes)

Total code issues: 0

Style (pycodestyle)

Total PEP8 violations: 54

Common problems:

  • 21 instances of E402 (module level import not at top of file)
  • 6 instances of E302 (expected 2 blank lines, found 0)
  • 6 instances of E302 (expected 2 blank lines, found 1)
  • 6 instances of E121 (continuation line under-indented for hanging indent)
  • 3 instances of E305 (expected 2 blank lines after class or function definition, found 0)
  • 2 instances of E501 (line too long (100 > 88 characters))
  • 2 instances of W605 (invalid escape sequence '\s')
  • 2 instances of E251 (unexpected spaces around keyword / parameter equals)
  • 1 instance of E501 (line too long (151 > 88 characters))
  • 1 instance of E501 (line too long (101 > 88 characters))

@spirosChv spirosChv merged commit 061f96b into main Oct 25, 2023
@spirosChv spirosChv deleted the w1d3_fixes branch October 25, 2023 12: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.

Generalized Linear Models, Tutorial 2, Coding Exercise 2.4 Solution. --student feedback
2 participants