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

(refactor): make `util`.

bf4a931
Select commit
Loading
Failed to load commit list.
Merged

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

(refactor): make `util`.
bf4a931
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 12, 2024 in 0s

84.23% (target 80.00%)

View this Pull Request on Codecov

84.23% (target 80.00%)

Details

Codecov Report

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

Project coverage is 84.23%. Comparing base (67b37bd) to head (bf4a931).

Files Patch % Lines
src/anndata/_core/aligned_mapping.py 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1589      +/-   ##
==========================================
+ Coverage   84.18%   84.23%   +0.04%     
==========================================
  Files          37       37              
  Lines        5939     5957      +18     
==========================================
+ Hits         5000     5018      +18     
  Misses        939      939              
Files Coverage Δ
src/anndata/_core/anndata.py 83.81% <100.00%> (+0.18%) ⬆️
src/anndata/_core/storage.py 100.00% <100.00%> (ø)
src/anndata/tests/helpers.py 81.85% <100.00%> (+0.12%) ⬆️
src/anndata/utils.py 83.66% <100.00%> (+0.24%) ⬆️
src/anndata/_core/aligned_mapping.py 93.41% <81.81%> (+0.05%) ⬆️