-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow get_reachable_nodes
to be restricted to partitions
#278
Allow get_reachable_nodes
to be restricted to partitions
#278
Conversation
5fe44f4
to
0c7b929
Compare
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.
Thanks! Some comments below.
Btw: I rebased out the fixes for RUF052. I campaigned to get function arguments removed from that rule, and a new ruff with that change got released today--so we were just waiting that out. |
Unsubscribing... @-mention or request review once it's ready for a look or needs attention. |
Ready for another look, @inducer |
I'll roll a release once #279 is in. |
Updates
get_reachable_nodes
to take an optional set containing nodes that should be ignored (effectively partition points) in an undirected graph. Also updates the corresponding test to account for this new feature.