Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dimension separator when downloading files #419

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

dstansby
Copy link
Contributor

Fixes #231

I saw there's a fix in #404 too, but I thought a self-contained fix would be easier/quicker to ship. This PR also includes a test, which I don't think #404 has.

Copy link

codecov bot commented Dec 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.45%. Comparing base (6ac9989) to head (d6a822b).
Report is 11 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #419   +/-   ##
=======================================
  Coverage   85.45%   85.45%           
=======================================
  Files          13       13           
  Lines        1540     1540           
=======================================
  Hits         1316     1316           
  Misses        224      224           

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

@dstansby dstansby force-pushed the check-downloaded-files branch from 073d009 to d6a822b Compare December 28, 2024 09:13
Copy link
Member

@will-moore will-moore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Testing with:

ome_zarr download https://uk1s3.embassy.ebi.ac.uk/idr/zarr/v0.4/idr0101A/13457539.zarr
napari --plugin napari-ome-zarr ./13457539.zarr

this fixes the failure reported at thewtex/ngff-zarr#125 (comment)

And the data is valid as reported by the validator with

ome_zarr view ./13457539.zarr

@joshmoore
Copy link
Member

Thanks all. Releasing as 0.10.3.

@joshmoore joshmoore merged commit 6d95fa2 into ome:master Jan 8, 2025
10 checks passed
@dstansby dstansby deleted the check-downloaded-files branch January 8, 2025 20:23
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.

ome_zarr download uses wrong dimension_separator
3 participants