sahilm89 / lhsmdu

This is an implementation of Deutsch and Deutsch, "Latin hypercube sampling with multidimensional uniformity", Journal of Statistical Planning and Inference 142 (2012) , 763-772
MIT License
79 stars 16 forks source link

PendingDeprecationWarning #12

Open tomkoenecke opened 1 year ago

tomkoenecke commented 1 year ago

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)