Skip to content
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

Use unpack_index from our code #151

Merged
merged 1 commit into from May 21, 2019
Merged

Use unpack_index from our code #151

merged 1 commit into from May 21, 2019

Conversation

flying-sheep
Copy link
Member

Fixes #146

I chose to not implement Ellipsis handling since they make no sense for 2D matrices.

And unlike sparse matrices, for which the original IndexMixin was written, AnnData objects will never occur in place of some ndarray where people might use ellipses to slice them.

@codecov
Copy link

codecov bot commented May 21, 2019

Codecov Report

Merging #151 into master will decrease coverage by 0.01%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #151      +/-   ##
=========================================
- Coverage   73.61%   73.6%   -0.02%     
=========================================
  Files          11      11              
  Lines        2009    2008       -1     
=========================================
- Hits         1479    1478       -1     
  Misses        530     530
Impacted Files Coverage Δ
anndata/base.py 75.9% <100%> (-0.03%) ⬇️
anndata/h5py/h5sparse.py 75.26% <75%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 289957d...9ce9d03. Read the comment docs.

@flying-sheep flying-sheep merged commit 6fb0834 into master May 21, 2019
@flying-sheep flying-sheep deleted the unpack-index branch May 21, 2019 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ImportError: cannot import name 'IndexMixin' with scipy 1.3.0rc1
1 participant