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

Truncate files when generating test data #2

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

constantinpape
Copy link

Hi @Carreau,

I looked into this and the test failure was caused by not truncating the files in generate_z5py.
I fixed it (and also added a truncate in generate_zarr).

Note that there will probably still be a test failure because z5py can't read n5 files generated by zarr.
I finally figured out that this is because zarr not truncating overhanging chunks; I am trying to fix this in z5py now.

Also pin z5py version compatible with zarr-n5
@constantinpape
Copy link
Author

I fixed the issues in z5 and pinned to the new version here, now the tests pass.

@joshmoore
Copy link

@Carreau, can you merge this por favor?

@Carreau
Copy link
Owner

Carreau commented Feb 5, 2021

Oops, sorry, I missed that.

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.

3 participants