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

Ensure agglo.Rag.separate_fragments leaves a consistent graph #86

Open
jni opened this issue Jul 8, 2016 · 0 comments
Open

Ensure agglo.Rag.separate_fragments leaves a consistent graph #86

jni opened this issue Jul 8, 2016 · 0 comments

Comments

@jni
Copy link
Collaborator

jni commented Jul 8, 2016

Currently, the separate_fragments methods splits up the merge tree, but it doesn't touch the graph. This means that the merge tree and the graph are inconsistent with each other and results in later errors.

Two things need to happen:

  • when splitting off two branches of the tree, the implied RAG nodes need to be built.
  • one of the two branches needs to be merged to the parent of the deleted node, if applicable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant