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

Fix Mypy error #79

Merged

Conversation

Divelix
Copy link
Contributor

@Divelix Divelix commented Oct 15, 2024

This small change fixes Mypy error:

Skipping analyzing "pywavemap": module is installed, but missing library stubs or py.typed marker

in VSCode for import pywavemap line.

@victorreijgwart victorreijgwart self-assigned this Oct 16, 2024
@victorreijgwart victorreijgwart added the enhancement New feature or request label Oct 16, 2024
Copy link
Member

@victorreijgwart victorreijgwart left a comment

Choose a reason for hiding this comment

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

Thank you for opening this PR @Divelix! The changes look good to me.
The CI pipeline for ROS1 is failing, but it can't be due to your changes. I'm currently out of office, but I'll debug the issue, prepare the release, and merge this PR by next week.

@victorreijgwart
Copy link
Member

@Divelix, the issue in the ROS1 CI pipeline seems to be that PRs from forks are not allowed to update wavemap's packages. I'm still looking into a good long-term solution, but in the meantime, I'll "import" your code changes into a feature branch on our repo (allowing the ROS tests to run) and then merge to main from there.

@victorreijgwart victorreijgwart changed the base branch from main to feature/add_py_typed_marker_file October 24, 2024 15:10
@victorreijgwart victorreijgwart merged commit 7790319 into ethz-asl:feature/add_py_typed_marker_file Oct 24, 2024
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants