Skip to content

Commit 8b78012

Browse files
authored
Merge pull request #480 from melonora/storage_options
don't pass storage options when writing images
2 parents e7e831a + c0dc996 commit 8b78012

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ome_zarr/writer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ def write_multiscale(
302302
arr=data,
303303
url=group.store,
304304
component=str(Path(group.path, str(path))),
305-
# IF we pass storage_options then dask NEEDS url to be a string
306-
storage_options=None,
307305
compute=compute,
308306
zarr_format=zarr_format,
309307
**options,
@@ -714,7 +712,6 @@ def _write_dask_image(
714712
arr=image,
715713
url=group.store,
716714
component=str(Path(group.path, str(path))),
717-
# storage_options=options,
718715
compute=False,
719716
zarr_format=zarr_format,
720717
**kwargs,

0 commit comments

Comments
 (0)