scverse / anndata

Annotated data.
http://anndata.readthedocs.io
BSD 3-Clause "New" or "Revised" License
577 stars 154 forks source link

(chore): `RWAble` → `AxisStorable`, `InMemoryElem` → `RWAble` #1643

Closed ilan-gold closed 2 months ago

ilan-gold commented 2 months ago
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.35%. Comparing base (fc02057) to head (04a55d7). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1643 +/- ## ========================================== - Coverage 86.82% 84.35% -2.48% ========================================== Files 37 37 Lines 6012 6014 +2 ========================================== - Hits 5220 5073 -147 - Misses 792 941 +149 ``` | [Files with missing lines](https://app.codecov.io/gh/scverse/anndata/pull/1643?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse) | Coverage Δ | | |---|---|---| | [src/anndata/\_\_init\_\_.py](https://app.codecov.io/gh/scverse/anndata/pull/1643?src=pr&el=tree&filepath=src%2Fanndata%2F__init__.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse#diff-c3JjL2FubmRhdGEvX19pbml0X18ucHk=) | `93.93% <100.00%> (ø)` | | | [src/anndata/\_io/specs/methods.py](https://app.codecov.io/gh/scverse/anndata/pull/1643?src=pr&el=tree&filepath=src%2Fanndata%2F_io%2Fspecs%2Fmethods.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse#diff-c3JjL2FubmRhdGEvX2lvL3NwZWNzL21ldGhvZHMucHk=) | `88.67% <100.00%> (-0.43%)` | :arrow_down: | | [src/anndata/\_io/specs/registry.py](https://app.codecov.io/gh/scverse/anndata/pull/1643?src=pr&el=tree&filepath=src%2Fanndata%2F_io%2Fspecs%2Fregistry.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse#diff-c3JjL2FubmRhdGEvX2lvL3NwZWNzL3JlZ2lzdHJ5LnB5) | `95.45% <100.00%> (-0.57%)` | :arrow_down: | | [src/anndata/\_types.py](https://app.codecov.io/gh/scverse/anndata/pull/1643?src=pr&el=tree&filepath=src%2Fanndata%2F_types.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse#diff-c3JjL2FubmRhdGEvX3R5cGVzLnB5) | `87.50% <100.00%> (ø)` | | | [src/anndata/experimental/\_\_init\_\_.py](https://app.codecov.io/gh/scverse/anndata/pull/1643?src=pr&el=tree&filepath=src%2Fanndata%2Fexperimental%2F__init__.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse#diff-c3JjL2FubmRhdGEvZXhwZXJpbWVudGFsL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [src/anndata/experimental/\_dispatch\_io.py](https://app.codecov.io/gh/scverse/anndata/pull/1643?src=pr&el=tree&filepath=src%2Fanndata%2Fexperimental%2F_dispatch_io.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse#diff-c3JjL2FubmRhdGEvZXhwZXJpbWVudGFsL19kaXNwYXRjaF9pby5weQ==) | `100.00% <ø> (ø)` | | ... and [6 files with indirect coverage changes](https://app.codecov.io/gh/scverse/anndata/pull/1643/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scverse)
flying-sheep commented 2 months ago

@ilan-gold check out if you like 856526860ff64453578a12b7c4c3b32bedcda124

ilan-gold commented 2 months ago

Yup, works for me