Enable progressbar for agglo.Rag.learn_agglomerate()
Open
bug
- Dominant language
- Python
- Stars
- 30
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Due to a bug in the MergeQueue handling during agglo.Rag.learn_agglomerate(), the progress bar has to be turned off. This is done by the statement, `g.show_progress = False`. This makes it difficult to predict when the learning process will finish.
The problem has to do with miscounting of remaining valid items. My theory is that items are merged that are not in the merge queue. Therefore the number of nodes decreases but not the number of valid items.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.