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

Use zarr.empty not np.empty when creating large zarr sinks #1801

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

manthey
Copy link
Member

@manthey manthey commented Jan 31, 2025

np.empty actually allocates memory, zarr.empty does not.

np.empty actually allocates memory, zarr.empty does not.
@manthey manthey merged commit ead9182 into master Jan 31, 2025
18 checks passed
@manthey manthey deleted the zarr-empty-creation branch January 31, 2025 23:47
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