You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code implementation for sym() does not work for a full matrix. It only checks the type of the input matrix. When a full matrix is passed, the function always returns false.
📝 Steps to reproduce
import ansys.math.core.math as pymath
import numpy as np
mm = pymath.AnsMath()
test = np.identity(3)
print( mm.matrix(test).sym() ) # False
🔍 Before submitting the issue
🐞 Description of the bug
The code implementation for sym() does not work for a full matrix. It only checks the type of the input matrix. When a full matrix is passed, the function always returns false.
📝 Steps to reproduce
import ansys.math.core.math as pymath
import numpy as np
mm = pymath.AnsMath()
test = np.identity(3)
print( mm.matrix(test).sym() ) # False
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2023R2
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: