-
Notifications
You must be signed in to change notification settings - Fork 159
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
Add method to return edge indices from endpoints #1055
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this LGTM, it does overlap with #1011 but that PR has been idle with open review comments for a couple months now and this addresses the feedback on that PR. I think the only thing still to do on this PR is fix the CI failure (it just needs to have black run as there is excess whitespace in the digraph tests) and also this could use a release note to document the new methods being added in this PR. The process for adding a release note is documented here: https://github.com/Qiskit/rustworkx/blob/main/CONTRIBUTING.md#release-notes
Pull Request Test Coverage Report for Build 7589534946
💛 - Coveralls |
Fixes #978