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
Just started using your package (v1.4.0) and note the following warnings popping up from Numpy:
PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
One place for example is the call to np.asmatrixhere, but sure there are more.
Thanks
The text was updated successfully, but these errors were encountered:
Hi all,
Just started using your package (v1.4.0) and note the following warnings popping up from Numpy:
One place for example is the call to
np.asmatrix
here, but sure there are more.Thanks
The text was updated successfully, but these errors were encountered: