Skip to content

Equality comparison is incorrect for CategoricalMatrix #254

@david-cortes

Description

@david-cortes

Comparing one CategoricalMatrix against another always yields False even if their contents are identical:

import tabmat
mat1 = tabmat.CategoricalMatrix([1,2,3])
mat2 = tabmat.CategoricalMatrix([1,2,3])
mat1 == mat2
False

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