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

(feat): refactor base AnnData class to use a AnnDataBase abstract class #949

Closed
wants to merge 15 commits into from

Merge branch 'main' into ig/refactor_base_class

dc9f12f
Select commit
Loading
Failed to load commit list.
Closed

(feat): refactor base AnnData class to use a AnnDataBase abstract class #949

Merge branch 'main' into ig/refactor_base_class
dc9f12f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 17, 2023 in 0s

82.95% (target 1.00%)

View this Pull Request on Codecov

82.95% (target 1.00%)

Details

Codecov Report

Merging #949 (dc9f12f) into main (d4cde5c) will decrease coverage by 0.14%.
The diff coverage is 76.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #949      +/-   ##
==========================================
- Coverage   83.08%   82.95%   -0.14%     
==========================================
  Files          34       35       +1     
  Lines        5404     5502      +98     
==========================================
+ Hits         4490     4564      +74     
- Misses        914      938      +24     
Files Coverage Δ
anndata/_core/anndata.py 85.08% <100.00%> (+0.01%) ⬆️
anndata/_core/anndata_base.py 75.25% <75.25%> (ø)