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

Fix access to raw.X by .raw.{obs,var}_vector #178

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

ivirshup
Copy link
Member

@ivirshup ivirshup commented Jul 7, 2019

Previously had relied on subsetting the entire object to get vector of X. Now just normalizes index.
Also stops throwing warning about changing behaviour. Whoops. #171 (comment)

Previously had relied on subsetting the entire object to get vector of X. Now just normalizes index.
Also stops throwing warning about changing behaviour. Whoops. scverse#171 (comment)
@codecov
Copy link

codecov bot commented Jul 7, 2019

Codecov Report

Merging #178 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #178      +/-   ##
==========================================
+ Coverage   78.85%   78.91%   +0.06%     
==========================================
  Files          12       12              
  Lines        2109     2111       +2     
==========================================
+ Hits         1663     1666       +3     
+ Misses        446      445       -1
Impacted Files Coverage Δ
anndata/core/anndata.py 79.51% <100%> (+0.12%) ⬆️

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 34e8616...e102b98. Read the comment docs.

@falexwolf
Copy link
Member

Looks good! :)

@ivirshup ivirshup merged commit 75296bb into scverse:master Jul 8, 2019
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.

2 participants