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 GraphMap::remove_node not removing some edges #432

Merged
merged 1 commit into from
May 16, 2021

Conversation

ABorgna
Copy link
Member

@ABorgna ABorgna commented May 16, 2021

GraphMap::remove_node only removed the node's outgoing edges. Fixes #431.

@ABorgna ABorgna added this to the 0.6 milestone May 16, 2021
@ABorgna ABorgna added the bug label May 16, 2021
@ABorgna ABorgna merged commit cdbad50 into petgraph:master May 16, 2021
@ABorgna ABorgna deleted the fix_graphmap_node_removal branch May 16, 2021 18:16
teuron pushed a commit to teuron/petgraph that referenced this pull request Oct 9, 2022
teuron pushed a commit to teuron/petgraph that referenced this pull request Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing a node in a directed GraphMap does not remove incoming edges
1 participant