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
As discovered on #2407: we found that R SOMADenseArray's write ignores the coords passed to it.
SOMADenseArray
write
coords
This means a user cannot have, say, a 1000x20000 dense array and write portions of it. This is important for Seurat work being done by @mojaveazure .
To be also done on this issue:
apis/system/tests
The text was updated successfully, but these errors were encountered:
shape
No branches or pull requests
As discovered on #2407: we found that R
SOMADenseArray
'swrite
ignores thecoords
passed to it.This means a user cannot have, say, a 1000x20000 dense array and write portions of it. This is important for Seurat work being done by @mojaveazure .
To be also done on this issue:
apis/system/tests
to test R write and Python read, and vice versaThe text was updated successfully, but these errors were encountered: