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