Skip to content

numpy einsum and reshape can't have order=None #12

@yslan

Description

@yslan

Not sure whether this related to the numpy version (mine is 1.24).
However, order = None fails since inside numpy it will try to do upper().

I suggest to set default order to 'C' unless we have decided to change everything into 'F'ortran ordering

def kron_2d(Sy, Sx, U, order=None):

def kron(Sz, Sy, Sx, U, order=None):

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