Skip to content

np.unique now supports sorted param in future. Be explicit about it. #102

@johnarevalo

Description

@johnarevalo

Part of the algorithm relies on np.unique returning sorted values. With the new version, we should be explicit(when possible)

paired_ix, counts = np.unique(ix, return_counts=True)

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