peter kanderholm

Results 1 issues of peter kanderholm

When running calfem on python 3.7.3 I get a deprecation warning for the use of np.matrix in \calfem\core.py M=np.ravel(C.I*(G*np.asmatrix(ed).T-np.matrix([0., 0., 0., -qx*L**2/(2*EA), qy*L**4/(24*EI), qy*L**3/(6*EI)]).T)) A=np.matrix([M[0],M[3]]).T B=np.matrix([M[1],M[2],M[4],M[5]]).T C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\site-packages\calfem\core.py:361: PendingDeprecationWarning: the matrix...

enhancement