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 incorrect eigenvector_centrality test case in rustworkx-core #872

Merged
merged 1 commit into from
May 14, 2023

Conversation

IvanIsCoding
Copy link
Collaborator

Closes #798

I generated the values the test case is checking against using NetworkX. So the implementation is correct, it was just the test case and the assert_almost_equal that were incorrect

@IvanIsCoding IvanIsCoding added the automerge Queue a approved PR for merging label May 14, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4974556875

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 96.931%

Totals Coverage Status
Change from base Build 4963324546: 0.01%
Covered Lines: 14527
Relevant Lines: 14987

💛 - Coveralls

@mtreinish mtreinish merged commit c1806dd into Qiskit:main May 14, 2023
@IvanIsCoding IvanIsCoding deleted the fix-test-case-centrality branch May 14, 2023 22:31
IvanIsCoding added a commit to IvanIsCoding/rustworkx that referenced this pull request May 26, 2023
Closes Qiskit#798

I generated the values the test case is checking against using NetworkX. So the implementation is correct, it was just the test case and the assert_almost_equal that were incorrect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Queue a approved PR for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong eigenvector_centrality test case in rustworkx-core
3 participants