Skip to content

NDArray.setitem bug #542

@ykcUconn

Description

@ykcUconn

blosc2.array could not assign values to the assigned index

Example below:

import blosc2
import numpy as np
out = blosc2.zeros(10)
idx = np.array([1, 6, 7])
out[idx] = np.arange(0, 3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions