SyntaxFix
Write A Post
Hire A Developer
Questions
By converting the matrix to array by using
n12 = np.squeeze(np.asarray(n2)) X12 = np.squeeze(np.asarray(x1))
solved the issue.