-
Notifications
You must be signed in to change notification settings - Fork 16
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
invalid class “dgRMatrix” object: slot j is not increasing inside a column #51
Comments
Why is |
|
They're not always sorted, but there are a couple methods for checking and sorting these: |
Just a note for future reference, the results of those comparisons is pretty reasonable. The check for sorted-ness of all(np.array_equal(x, np.sort(x)) for x in np.split(s.indices, s.indptr[1:-1])) And |
I'm getting an error in
scipy2ri.py2r
on a CSR matrix.The text was updated successfully, but these errors were encountered: