Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
set_array
to work with all supported data types.
`Ndarray.set_fancy*` functions unfortunately don't work for array kinds other than Float32, Float64, Complex32 and Complex64. See: owlbarn/owl#671 . As a workaround we manually set each coordinate one-at-time using the basic set function which does not suffer from this bug. It is likely much slower for large Zarr chunks but necessary for usability.
- Loading branch information