We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
When parsing dgCMatrix objects (and maybe other sparse matrix classes), the Dimnames attribute is missing in the parsed object.
dgCMatrix
Dimnames
The issue seems to come from the following lines:
rds2py/src/rds2py/read_matrix.py
Lines 95 to 99 in c78706a
As per the CsparseMatrix documentation (superclass of dgCMatrix), the attribute should be called Dimnames (not dimnames).
CsparseMatrix
dimnames
It would be fantastic if this could be addressed. Thank you for this amazing project! :)
All the best, Nuno
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
When parsing
dgCMatrix
objects (and maybe other sparse matrix classes), theDimnames
attribute is missing in the parsed object.The issue seems to come from the following lines:
rds2py/src/rds2py/read_matrix.py
Lines 95 to 99 in c78706a
As per the
CsparseMatrix
documentation (superclass ofdgCMatrix
), the attribute should be calledDimnames
(notdimnames
).It would be fantastic if this could be addressed. Thank you for this amazing project! :)
All the best,
Nuno
The text was updated successfully, but these errors were encountered: