angelolab / angelolab/ark-analysis
`numba` parallelization fault with `relabel_segmentation`
- Langage dominant
- Jupyter Notebook
- Étoiles
- 108
- Forks
- 31
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
**Describe the bug**
When running functions that depend on `relabel_segmentation` (ex. the mask generation functions), the process will error out with an OMP error. This seems directly related to `numba` since it's the parallelization driver of this function and almost certainly relies on OpenMP to facilitate this.
@jranek confirmed that converting this function into a non-numba-based routine fixed it.
**Expected behavior**
There should be no error.
**To Reproduce**

Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.