(fix): disallow using dataframes with multi index columns #1589
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%) |
⬆️ |
Loading