Skip to content

Fixes to reproject dispatcher#618

Merged
astrofrog merged 4 commits into
astropy:mainfrom
astrofrog:dispatcher-fixes
Jul 6, 2026
Merged

Fixes to reproject dispatcher#618
astrofrog merged 4 commits into
astropy:mainfrom
astrofrog:dispatcher-fixes

Conversation

@astrofrog

Copy link
Copy Markdown
Member

This fixes a few issues/corner cases in the reproject dispatcher

astrofrog added 4 commits July 6, 2026 09:12
…aps, since views keep the parent's unadjusted offset and were silently reprojected from the wrong file region, and pass views by reference instead
…_blocks call so edge blocks are reprojected at their true size instead of being computed at the full block size and truncated, which also avoids an irregular trailing chunk in dask results
…when dask_method='none' instead of a sentinel string resolved from the block function's closure, which embedded the whole input graph in the function's serialized state
…sions that are neither 1 nor the full extent instead of silently reinterpreting them as one slice per block
@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.00%. Comparing base (e4c35b3) to head (b559059).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #618   +/-   ##
=======================================
  Coverage   90.00%   90.00%           
=======================================
  Files          51       51           
  Lines        2311     2312    +1     
=======================================
+ Hits         2080     2081    +1     
  Misses        231      231           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

@astrofrog astrofrog marked this pull request as ready for review July 6, 2026 20:20
@astrofrog astrofrog merged commit 7c1ed88 into astropy:main Jul 6, 2026
27 checks passed
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.

1 participant