Skip to content

Cube.is_compatible requires cell_methods to have the same order #3530

@stephenworsley

Description

@stephenworsley

On this line:

and self.cell_methods == other.cell_methods
cell methods is compared in a way which seems like it cares about the order of the cell methods. It may be more appropriate to check equality in a way which ignores order (perhaps by comparing sets).

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