olivertomic / hoggorm

Explorative multivariate statistics in Python
BSD 2-Clause "Simplified" License
81 stars 25 forks source link

Check: plsr1 #46

Open andife opened 3 years ago

andife commented 3 years ago

tests/test_pls1.py::test_constructor_api_variants 64 /home/runner/work/hoggorm/hoggorm/hoggorm/plsr1.py:741: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray 65 self.PRESSCVarr = np.array(list(self.PRESSCV_total_dict.values()))