Closed mvargas33 closed 3 years ago
5 Tests were not passing because of make_spd_matrix() function. The usage was incorrect.
According to documentation, you just need to provide n_dim and random_state, in order to generate the random spd matrix.
With this little change, those tests pass
5 Tests were not passing because of make_spd_matrix() function. The usage was incorrect.
According to documentation, you just need to provide n_dim and random_state, in order to generate the random spd matrix.
With this little change, those tests pass