Skip to content

test: drop the "c" region case from the interleaved-regions join fixture - #1196

Merged
jan-glx merged 1 commit into
scverse:mainfrom
jan-glx:revert/right-exclusive-unqueried-region-doc
Aug 28, 2026
Merged

test: drop the "c" region case from the interleaved-regions join fixture#1196
jan-glx merged 1 commit into
scverse:mainfrom
jan-glx:revert/right-exclusive-unqueried-region-doc

Conversation

@jan-glx

Copy link
Copy Markdown
Collaborator

Reverts 8def24d and partially reverts d6eb989 in favor of b8077fb

Region "c" was added to _make_interleaved_regions_sdata with no matching
spatial element in the SpatialData object at all, and right_exclusive was
marked xfail(strict=True) for not surfacing its row as excluded.
That state (a table declaring a region absent from the SpatialData object)
already triggers a UserWarning at SpatialData construction/subset time
(validate_table_in_spatialdata), and whether join_spatialelement_table
should be expected to handle it, and how, given the "b3" case is still
correctly handled and the mostly working state of the codebase, is a
design question, not a clear-cut bug. Dropping the case and the xfail here;
a follow-up documents the actual behavior instead.
@jan-glx
jan-glx marked this pull request as ready for review August 28, 2026 15:48
@jan-glx
jan-glx enabled auto-merge (rebase) August 28, 2026 15:49
@codecov

codecovBot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.89%. Comparing base (8def24d) to head (f0ae375).

Additional details and impacted files
@@ Coverage Diff @@## main #1196 +/- ##
=======================================
Coverage 91.89% 91.89% =======================================
Files 53 53 Lines 7942 7942 =======================================
Hits 7298 7298 Misses 644 644 
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jan-glx
jan-glx merged commit ccf1ea0 into scverse:mainAug 28, 2026
10 checks passed
Sign up for freeto 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.

1 participant

@jan-glx