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
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.
0 commit comments