You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set write_empty_chunks to default to False
* Add release entry for write_empty_chunks default
* add Empty chunks section to tutorial.rst
* add benchmarky example
* proper formatting of code block
* Fix abstore deprecated strings
* Also catch ValueError in all_equal
The call to `np.any(array)` in zarr.util.all_equal triggers the
following ValueError:
```
> return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
E ValueError: invalid literal for int() with base 10: 'baz'
```
Extending the catch block allows test_array_with_categorize_filter
to pass, but it's unclear if this points to a deeper issue.
* Add --timeout argument to all uses of pytest
* Pin fasteners to 0.16.3 (see #952)
Co-authored-by: Davis Vann Bennett <[email protected]>
Co-authored-by: Josh Moore <[email protected]>
Co-authored-by: jmoore <[email protected]>
0 commit comments