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
XXX/lib/python3.10/site-packages/lhsmdu/init.py:90:
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.
return matrix(matrixOfSamples)
The text was updated successfully, but these errors were encountered:
pytest returns this:
XXX/lib/python3.10/site-packages/lhsmdu/init.py:90:
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.
return matrix(matrixOfSamples)
The text was updated successfully, but these errors were encountered: