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): io submodule #1682

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

(chore): remove unnecessary circular import handling

7ac02c1
Select commit
Loading
Failed to load commit list.
Open

(feat): io submodule #1682

(chore): remove unnecessary circular import handling
7ac02c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2024 in 1s

84.44% (target 80.00%)

View this Pull Request on Codecov

84.44% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 98.24561% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.44%. Comparing base (34e9783) to head (7ac02c1).

Files with missing lines Patch % Lines
src/anndata/_core/anndata.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1682      +/-   ##
==========================================
- Coverage   86.87%   84.44%   -2.43%     
==========================================
  Files          39       40       +1     
  Lines        6036     6051      +15     
==========================================
- Hits         5244     5110     -134     
- Misses        792      941     +149     
Files with missing lines Coverage Δ
src/anndata/__init__.py 93.54% <100.00%> (+0.95%) ⬆️
src/anndata/_core/sparse_dataset.py 92.43% <ø> (ø)
src/anndata/_io/__init__.py 100.00% <100.00%> (ø)
src/anndata/_types.py 85.29% <ø> (ø)
src/anndata/experimental/__init__.py 100.00% <100.00%> (ø)
src/anndata/experimental/_dispatch_io.py 100.00% <100.00%> (ø)
src/anndata/experimental/merge.py 91.79% <100.00%> (ø)
src/anndata/io/__init__.py 100.00% <100.00%> (ø)
src/anndata/io/h5ad.py 93.00% <ø> (ø)
src/anndata/io/read.py 81.05% <ø> (ø)
... and 10 more

... and 5 files with indirect coverage changes