array.to_hdf5(compute=False) doesn't return delayed value
Author: nirizrCreated Jun 16, 2016Updated Sep 1, 2026
Labelsgood first issuearrayio
`array.to_hdf5` accepts a compute keyword implicitly by passing it along to `store` (which handles it correctly), but `array.to_hdf5` does not handle that correctly. It should accept it explicitly and return a single `delayed()` object in that case.
Source: dask/dask