Skip to content

numba parallelization fault with relabel_segmentation #1137

Open
@alex-l-kong

Description

@alex-l-kong

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

Screenshot 2024-04-19 at 9 15 09 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions