Skip to content

Fix/atera#169

Merged
dariarom94 merged 11 commits into
mainfrom
fix/atera
Jul 19, 2026
Merged

Fix/atera#169
dariarom94 merged 11 commits into
mainfrom
fix/atera

Conversation

@dariarom94

Copy link
Copy Markdown
Contributor

Describe your changes

Checklist before requesting a review

  • I have performed a self-review of my code

  • Check the correct box. Does this PR contain:

    • Breaking changes
    • New functionality
    • Major changes
    • Minor changes
    • Bug fixes
  • Proposed changes are described in the CHANGELOG.md

  • CI Tests succeed and look good!

dariarom94 and others added 11 commits July 2, 2026 12:06
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The 10x Atera loader (newer spatialdata/zarr) writes image arrays with
rectilinear (variable-size) chunk grids, which zarr>=3 disables by default.
The process_dataset step failed to read the store, and even when read, only
rechunked in the crop branch so uncropped datasets propagated rectilinear
chunks into output_sp.zarr and broke downstream benchmark components.

- Enable reading rectilinear chunks via zarr.config before sd.read_zarr().
- Run rechunk_sdata() unconditionally before writing so the processed output
  always has a regular chunk grid.
- Add process_datasets_atera_nebius.sh to run the processor on just the Atera
  dataset, reading the loader output from /scratch/.../raw.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dariarom94
dariarom94 merged commit d2345bf into main Jul 19, 2026
5 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