abergou

Results 6 comments of abergou

You might be able to do something simple manually using `textwrap.dedent` in place of `inspect.getdoc`.

I tried both 1.18.1 and 1.16.5. Both raise the same warning.

Yes in this case it does. If, however, I want to set the fill value to anything other than 0 I get the error (I just used 0 as the...

That works. Thanks! It also looks like if the fill_value is sourced from a numpy array then it can just be wrapped in tuple: ```python import numpy import zarr group...

Not that it's important for my purposes at this point, but I wonder if zarr could be made robust to such user inputs by wrapping the fill_value in a tuple....

Wondering what the status of this PR is? It seemed very close then went by the wayside.