-
Notifications
You must be signed in to change notification settings - Fork 119
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
Added functions for reading feature chunks. #37
base: master
Are you sure you want to change the base?
Conversation
Hi Johan, Also, I think, there should be support of slicing matrices without compression. The current 'master' supports slices of matrices in 'scp' files, but the implementation loads the full matrix and applies slices afterwards. In the ideal case it should read only the data that are necessary, as you have it in your PR... Would you like to continue working on it, or should I take over and finish it? K. |
See the last PR: #38 |
… in master branch.
…om an scp lines provided in a python list.
Merge branch 'master' into read_feature_chunk
I have made the changes. Please see Comment 1 and Comment 2 in _read_range_slice for some potential issues. |
FWDing info from Johann: I fixed it. In summary:
So how do I do to make the pull request? I have the code as before in my fork in a branch called "read_feature_chunk" and I have commited it locally. I guess I should somehow continue on the previous pull request? |
Karels reaction:
Ad limitations:
The pull request is still sitting there from the last time :) |
26f1f9d
to
a208fba
Compare
I added some functions for reading chunks of features.