Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 234 Bytes

File metadata and controls

1 lines (1 loc) · 234 Bytes

Fix SyncError raised when assigning a zarr.Array as the value in a __setitem__ call (e.g. dst[:] = src where src is a zarr array). The source array is now converted to a NumPy array before entering the async codec pipeline.