Skip to content

indexing error in soma_extraction_utils #4

@TheSalocin

Description

@TheSalocin

soma extraction fails due to indexing on the list of split meshes

TypeError: only integer scalar arrays can be converted to a scalar index

This is caused by mesh.split returning a list that is then attempted to be indexed by a numpy array, and can be fixed by converting the list of meshes into an array of meshes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions