Skip to content

to_coo assumes that indices are 64 bit #22

@ev-br

Description

@ev-br

The index arrays are always created with NPY_INTP, but C++ to_coo interprets them as single_index_type. This will likely crash if the indices are actually 32-bit.

Needs to be considered together with #4 (if indices are always 64 bit, this is not a bug) and #11.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions