-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for scipy.csr_array
/scipy.csc_array
#3423
Comments
you forgot to fill out the version information. Please do that. It’s likely that this is true, but I still need that info. |
Hmm... well, I just tried it again on my current installation, and I got a different error:
This is for version |
Oh, I just reproduced the original error in |
.X
is csr_array
scipy.csr_array
/scipy.csc_array
OK, I’ll fix this more generally than just for PCA I think. I made #3431 to prepare the scene for this fix for now. |
Please make sure these conditions are met
What happened?
It seems like
sc.pp.pca
doesn't work when.X
is acsr_array
(but it works fine when it's acsr_matrix
); seems like some low level matrix multiplication subroutine is not implemented forcsr_array
s.Minimal code sample
Error output
Versions
The text was updated successfully, but these errors were encountered: