Skip to content

Fix points repr not showing length#1128

Merged
LucaMarconato merged 3 commits into
mainfrom
fix/points-repr-not-showing-length
May 15, 2026
Merged

Fix points repr not showing length#1128
LucaMarconato merged 3 commits into
mainfrom
fix/points-repr-not-showing-length

Conversation

@LucaMarconato
Copy link
Copy Markdown
Member

Closes #1022

LucaMarconato and others added 3 commits May 13, 2026 18:04
)

Replace broken dask graph introspection (which only worked for single-task
graphs with a HighLevelGraph layer API that no longer exists) with
get_dask_backing_files() + pyarrow footer metadata reads. This handles all
graph shapes including the list-of-piece-dicts case produced by
aggregate_files=True.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@LucaMarconato LucaMarconato enabled auto-merge (squash) May 15, 2026 10:31
@codecov
Copy link
Copy Markdown

codecov Bot commented May 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.27%. Comparing base (05d258e) to head (798d2d1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1128      +/-   ##
==========================================
+ Coverage   91.97%   92.27%   +0.30%     
==========================================
  Files          51       51              
  Lines        7803     7797       -6     
==========================================
+ Hits         7177     7195      +18     
+ Misses        626      602      -24     
Files with missing lines Coverage Δ
src/spatialdata/_core/spatialdata.py 93.82% <100.00%> (+1.86%) ⬆️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@LucaMarconato LucaMarconato disabled auto-merge May 15, 2026 11:06
@LucaMarconato LucaMarconato merged commit 5e3b982 into main May 15, 2026
8 of 9 checks passed
@LucaMarconato LucaMarconato deleted the fix/points-repr-not-showing-length branch May 15, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

len of points (used in sdata.__repr__) is broken after dask unpin

1 participant