Skip to content

Session object (binary op) LArray object is broken because of introduction of LArray.keys() method #807

@alixdamman

Description

@alixdamman

problem comes from lines:

   if hasattr(other, 'keys'):
       all_keys += [n for n in other.keys() if n not in self_keys]

in opmethod(self, other) function

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions