Hi
I realize that the save_dataset function doesn't return the delayed object. For instance, if ran with compute=False:
|
ds.to_zarr(store, storage_options=storage_options, **kwargs) |
running save_dataset with compute=False has use cases for example - visualizing the graph or just initializing the directory without writing chunks etc. I could to use the xarray.dataset.to_zarr but the fix for filters is good in save_dataset so thought to bring it up for everyone use.
Thank you.
Hi
I realize that the
save_datasetfunction doesn't return the delayed object. For instance, if ran withcompute=False:sgkit/sgkit/io/dataset.py
Line 71 in eef911e
running
save_datasetwithcompute=Falsehas use cases for example - visualizing the graph or just initializing the directory without writing chunks etc. I could to use the xarray.dataset.to_zarr but the fix for filters is good insave_datasetso thought to bring it up for everyone use.Thank you.