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 find_node_by_weight type annotations #1324

Merged
merged 5 commits into from
Dec 17, 2024

Conversation

IvanIsCoding
Copy link
Collaborator

Closes #1322

I annotated that method wrong because of the members in the vicinity that took a callable. But it clearly just takes an object.

@IvanIsCoding IvanIsCoding added this to the 0.16.0 milestone Nov 20, 2024
@coveralls
Copy link

coveralls commented Nov 20, 2024

Pull Request Test Coverage Report for Build 12098669024

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.869%

Totals Coverage Status
Change from base Build 12098423308: 0.0%
Covered Lines: 18287
Relevant Lines: 19075

💛 - Coveralls

@mtreinish mtreinish added this pull request to the merge queue Dec 17, 2024
Merged via the queue into Qiskit:main with commit 6bc3933 Dec 17, 2024
31 checks passed
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.

Wrong type annotation for find_node_by_weight
3 participants