Skip to content

docs: clarify why lazy-obs branches use to_memory()

3662f05
Select commit
Loading
Failed to load commit list.
Open

feat: Add lazy table loading via anndata.experimental.read_lazy #1055

docs: clarify why lazy-obs branches use to_memory()
3662f05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 3, 2026 in 0s

92.44% (target 1.00%)

View this Pull Request on Codecov

92.44% (target 1.00%)

Details

Codecov Report

❌ Patch coverage is 96.55172% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.44%. Comparing base (68dade6) to head (3662f05).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/spatialdata/_core/query/relational_query.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1055      +/-   ##
==========================================
- Coverage   92.44%   92.44%   -0.01%     
==========================================
  Files          51       51              
  Lines        7811     7823      +12     
==========================================
+ Hits         7221     7232      +11     
- Misses        590      591       +1     
Files with missing lines Coverage Δ
src/spatialdata/_core/spatialdata.py 93.86% <100.00%> (ø)
src/spatialdata/_io/io_table.py 91.11% <100.00%> (+0.63%) ⬆️
src/spatialdata/_io/io_zarr.py 92.45% <100.00%> (+0.07%) ⬆️
src/spatialdata/_utils.py 85.62% <100.00%> (+0.09%) ⬆️
src/spatialdata/models/models.py 88.08% <100.00%> (+0.10%) ⬆️
src/spatialdata/_core/query/relational_query.py 95.06% <66.66%> (-0.21%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.