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 star_graph generator to rustworkx-core #771

Merged
merged 10 commits into from
Jan 6, 2023

Conversation

enavarro51
Copy link
Contributor

This PR migrates the star_graph generator to rustwokx-core. It's based on #758.

@coveralls
Copy link

coveralls commented Jan 5, 2023

Pull Request Test Coverage Report for Build 3848304144

  • 71 of 75 (94.67%) changed or added relevant lines in 4 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.02%) to 96.942%

Changes Missing Coverage Covered Lines Changed/Added Lines %
rustworkx-core/src/generators/mod.rs 0 4 0.0%
Files with Coverage Reduction New Missed Lines %
src/shortest_path/all_pairs_bellman_ford.rs 1 98.88%
src/shortest_path/all_pairs_dijkstra.rs 1 98.54%
Totals Coverage Status
Change from base Build 3788047570: 0.02%
Covered Lines: 13663
Relevant Lines: 14094

💛 - Coveralls

@enavarro51 enavarro51 changed the title Move star_graph to rustworkx-core Move star_graph generator to rustworkx-core Jan 5, 2023
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, thanks for porting this to rustworkx-core

@IvanIsCoding IvanIsCoding added the automerge Queue a approved PR for merging label Jan 6, 2023
@mergify mergify bot merged commit 35eb138 into Qiskit:main Jan 6, 2023
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.

None yet

3 participants