-
Notifications
You must be signed in to change notification settings - Fork 19
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
Errors in projectR method for sparse matrix data #39
Labels
Comments
|
Receiving the same error when trying to run projectR() on a sparse dgCMatrix.
|
just pasting here in order not to forget
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a method to run projectR on sparse data, but it fails with an error.
projectR/R/projectR.R
Line 88 in 39b3b0f
To reproduce:
It looks like the first bug is that
t.default
is called instead ofMatrix::t
ondataM[[2]]
. But even if using the correctt
, the result still produces an error:The text was updated successfully, but these errors were encountered: