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): disallow using dataframes with multi index columns #1589

Merged
merged 13 commits into from
Aug 26, 2024

Merge branch 'main' into ig/no_mutliindex

6c85046
Select commit
Loading
Failed to load commit list.
Merged

(fix): disallow using dataframes with multi index columns #1589

Merge branch 'main' into ig/no_mutliindex
6c85046
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 21, 2024 in 0s

84.25% (target 80.00%)

View this Pull Request on Codecov

84.25% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 92.59259% with 2 lines in your changes missing coverage. Please review.

Project coverage is 84.25%. Comparing base (dedc0b4) to head (6c85046).

Files Patch % Lines
src/anndata/_core/aligned_mapping.py 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1589      +/-   ##
==========================================
- Coverage   86.70%   84.25%   -2.46%     
==========================================
  Files          37       37              
  Lines        5974     5989      +15     
==========================================
- Hits         5180     5046     -134     
- Misses        794      943     +149     
Files Coverage Δ
src/anndata/_core/anndata.py 83.72% <100.00%> (+0.09%) ⬆️
src/anndata/_core/storage.py 100.00% <100.00%> (ø)
src/anndata/tests/helpers.py 81.85% <100.00%> (-12.21%) ⬇️
src/anndata/utils.py 83.74% <100.00%> (-0.68%) ⬇️
src/anndata/_core/aligned_mapping.py 93.41% <81.81%> (+0.05%) ⬆️

... and 6 files with indirect coverage changes