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 error when concatenating object to categorical #1171

Merged
merged 2 commits into from Oct 8, 2023

Conversation

ivirshup
Copy link
Member

@ivirshup ivirshup commented Oct 8, 2023

@ivirshup ivirshup enabled auto-merge (squash) October 8, 2023 16:20
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Merging #1171 (2e7825e) into main (6a969eb) will decrease coverage by 2.15%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1171      +/-   ##
==========================================
- Coverage   84.97%   82.82%   -2.15%     
==========================================
  Files          36       36              
  Lines        5364     5364              
==========================================
- Hits         4558     4443     -115     
- Misses        806      921     +115     
Flag Coverage Δ
gpu-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
anndata/_core/merge.py 82.88% <100.00%> (-11.41%) ⬇️

... and 7 files with indirect coverage changes

@ivirshup ivirshup merged commit cf43256 into main Oct 8, 2023
13 checks passed
@ivirshup ivirshup deleted the fix-categorical-concat branch October 8, 2023 16:23
meeseeksmachine pushed a commit to meeseeksmachine/anndata that referenced this pull request Oct 8, 2023
ivirshup added a commit that referenced this pull request Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ad.concat type unification fails for object + categorical in AnnData >= 0.10
1 participant