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
The UserWarnings below appear during testing. We should remove the warnings, as users most likely do not really care about this. The default behavior should be that the right number of eigenvectors are computed, whether sparse or dense routines are used.
tests/test_tucker_als.py::test_tucker_als_tensor_default_init
C:\Users\dmdunla\dev\github.com\pyttb\pyttb\tensor.py:793: UserWarning: Greater than or equal to tensor.shape[n] - 1 eigenvectors requires cast to dense to solve
warnings.warn(
pyttb/ktensor.py::pyttb.ktensor.ktensor.nvecs
C:\Users\dmdunla\dev\github.com\pyttb\pyttb\ktensor.py:1298: UserWarning: Greater than or equal to ktensor.shape[n] - 1 eigenvectors requires cast to dense to solve
warnings.warn(
The text was updated successfully, but these errors were encountered:
The UserWarnings below appear during testing. We should remove the warnings, as users most likely do not really care about this. The default behavior should be that the right number of eigenvectors are computed, whether sparse or dense routines are used.
The text was updated successfully, but these errors were encountered: