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

Move cycle_basis to rustworkx-core #792

Merged
merged 5 commits into from
Jan 29, 2023

Conversation

enavarro51
Copy link
Contributor

This PR moves the function cycle_basis from src/connectivity/mod.rs to rustworkx-core/connectivity/cycle_basis.rs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4029293199

  • 62 of 62 (100.0%) changed or added relevant lines in 2 files are covered.
  • 12 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.009%) to 96.945%

Files with Coverage Reduction New Missed Lines %
src/shortest_path/all_pairs_dijkstra.rs 1 99.27%
src/shortest_path/all_pairs_bellman_ford.rs 2 98.88%
rustworkx-core/src/min_scored.rs 9 59.09%
Totals Coverage Status
Change from base Build 4028447013: -0.009%
Covered Lines: 13770
Relevant Lines: 14204

💛 - Coveralls

Copy link
Collaborator

@IvanIsCoding IvanIsCoding left a comment

Choose a reason for hiding this comment

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

LGTM

@IvanIsCoding IvanIsCoding merged commit 745862b into Qiskit:main Jan 29, 2023
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.

None yet

3 participants