-
Notifications
You must be signed in to change notification settings - Fork 46
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
ArticulationPoints duplicate vertices #140
Labels
bug
A label for issues that are bugs
Comments
I can reproduce this, and will investigate. |
It looks like all the vertices returned are articulation points at least. |
james-d-mitchell
pushed a commit
to james-d-mitchell/Digraphs
that referenced
this issue
Oct 18, 2018
james-d-mitchell
added
the
resolved-pending-merge
A label for issues that are resolved in a PR that is not yet merged.
label
Oct 18, 2018
james-d-mitchell
pushed a commit
to james-d-mitchell/Digraphs
that referenced
this issue
Oct 18, 2018
wilfwilson
pushed a commit
that referenced
this issue
Nov 9, 2018
wilfwilson
added
resolved-pending-release
A label for issues that have been resolved and that can be closed when a new version is released.
and removed
resolved-pending-merge
A label for issues that are resolved in a PR that is not yet merged.
labels
Nov 9, 2018
Resolved in v0.14.0 release |
wilfwilson
removed
the
resolved-pending-release
A label for issues that have been resolved and that can be closed when a new version is released.
label
Mar 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The articulation points function can return repeats of the same vertex. In the following example the vertex 30 is returned twice and the vertex 61 is returned 3 times:
The text was updated successfully, but these errors were encountered: