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

Chunked writing of h5py.Dataset and zarr.Array #1624

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

Fix up chunking algorithm + add some types

32e008d
Select commit
Loading
Failed to load commit list.
Open

Chunked writing of h5py.Dataset and zarr.Array #1624

Fix up chunking algorithm + add some types
32e008d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 30, 2024 in 0s

83.99% (target 80.00%)

View this Pull Request on Codecov

83.99% (target 80.00%)

Details

Codecov Report

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

Project coverage is 83.99%. Comparing base (8cc5a18) to head (32e008d).
Report is 41 commits behind head on main.

Files with missing lines Patch % Lines
src/anndata/_io/specs/methods.py 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1624      +/-   ##
==========================================
- Coverage   86.74%   83.99%   -2.75%     
==========================================
  Files          37       40       +3     
  Lines        5988     6031      +43     
==========================================
- Hits         5194     5066     -128     
- Misses        794      965     +171     
Files with missing lines Coverage Δ
src/anndata/_io/specs/methods.py 88.77% <93.33%> (+0.37%) ⬆️

... and 23 files with indirect coverage changes