-
Notifications
You must be signed in to change notification settings - Fork 7
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
pyramid building not using dictionary store #901
Comments
Issue 1 was a false positive of a user setting chunk sizes to 0. 2 seems to be an issue with the pyramid building. Will have to investigate whether it's related to the chunk sizes or the new way of building pyramids introduced in #895 |
It turns out, the cause for the issue is dimension separators. The new version of creating the zarr in the PR defaults to using the cc @m-albert for context, you'll want to switch to fractal-tasks-core 1.4.3 once released to avoid issues with the pyramids that are built. |
This made it into fractal-tasks-core 1.4.2, not 1.4.3 in the end :) |
Thanks for the heads up and the fix @jluethi! I've seen you've already adapted the stitching task over at m-albert/fractal-ome-zarr-hcs-stitching#27. |
I've observed 2 unexpected issues with the new chunking parameters exposed through the new converter task in 1.4.1:
The text was updated successfully, but these errors were encountered: