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

(chore): disallow AnnData(...) with non-csr{r,c} matrices/arrays #1829

Merged
merged 3 commits into from
Jan 16, 2025

(chore): clean up boolean check

4da83bf
Select commit
Loading
Failed to load commit list.
Merged

(chore): disallow AnnData(...) with non-csr{r,c} matrices/arrays #1829

(chore): clean up boolean check
4da83bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2025 in 0s

83.64% (target 80.00%)

View this Pull Request on Codecov

83.64% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.64%. Comparing base (9120c4d) to head (4da83bf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1829      +/-   ##
==========================================
- Coverage   86.06%   83.64%   -2.43%     
==========================================
  Files          40       40              
  Lines        6267     6268       +1     
==========================================
- Hits         5394     5243     -151     
- Misses        873     1025     +152     
Files with missing lines Coverage Δ
src/anndata/_core/storage.py 100.00% <100.00%> (ø)

... and 8 files with indirect coverage changes