janelia-flyem / gala

Automatic segmentation of electron microscopy volumes
BSD 3-Clause "New" or "Revised" License
75 stars 29 forks source link

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

Open jni opened 8 years ago

jni commented 8 years ago

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: