Skip to content
Discussion options

You must be logged in to vote

Hi @nschloe, it looks like zarr.save doesn't forward array creation kwargs like compressor to the right function -- instead, zarr.save assumes that **kwargs is a dict of arrays?

Personally, I don't like this function and I recommend instead using zarr.save_array

 zarr.save_array("out.zarr", data, compressor=None)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by nschloe
Comment options

You must be logged in to vote
2 replies
@jakirkham
Comment options

@nschloe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants