Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix broken test module names #294

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

Merged
merged 4 commits into from
May 4, 2025
Merged

Fix broken test module names #294

merged 4 commits into from
May 4, 2025

Conversation

edoardob90
Copy link
Member

Aftern #81 the test modules are not found. A Python module's name cannot contain -, so I renamed everything consistently using underscores. The order is preserved.

I also fixed a Ruff lint error from OOP tests.

@edoardob90 edoardob90 requested a review from despadam May 2, 2025 14:44
@edoardob90 edoardob90 added the bug Something isn't working label May 2, 2025
@edoardob90 edoardob90 requested a review from Copilot May 2, 2025 14:51
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses broken test module names by replacing dashes with underscores and fixes a Ruff lint error in OOP tests. Additionally, the notebook now reflects an updated Python version.

  • Renamed test module names to use underscores.
  • Fixed a Ruff lint error in OOP tests.
  • Updated the Python version in the notebook.
Comments suppressed due to low confidence (1)

00_intro.ipynb:556

  • Ensure that updating the Python interpreter version in the notebook is intentional and that the runtime environment and dependencies are compatible with Python 3.10.17.
"version": "3.10.17"

@edoardob90 edoardob90 marked this pull request as draft May 3, 2025 13:12
@edoardob90
Copy link
Member Author

Need to fix the internal links between notebooks before merging.

@despadam
Copy link
Contributor

despadam commented May 4, 2025

I never thought of that 🤦 I am sorry! I can take over this PR if you have other things to prioritize

@despadam despadam marked this pull request as ready for review May 4, 2025 11:57
Copy link
Contributor

@despadam despadam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renaming looks good, thanks for taking care of this. I manually checked each notebook to confirm that the test modules are always being loaded correctly.

Also:

@despadam despadam merged commit ac2b4db into main May 4, 2025
1 check passed
@despadam despadam deleted the fix/broken-test-module-names branch May 4, 2025 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.