We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
'C'
'F'
SemPy/sempy/kron.py
Line 4 in 202123f
Line 17 in 202123f
The text was updated successfully, but these errors were encountered:
Sounds good !
Sorry, something went wrong.
No branches or pull requests
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 orderingSemPy/sempy/kron.py
Line 4 in 202123f
SemPy/sempy/kron.py
Line 17 in 202123f
The text was updated successfully, but these errors were encountered: