Skip to content

Commit

Permalink
Merge pull request ome#243 from LucaMarconato/bug_fix_io
Browse files Browse the repository at this point in the history
Bug fix io
  • Loading branch information
joshmoore committed Feb 2, 2023
2 parents 7df4d5b + d7ab47f commit c1302e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ome_zarr/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def write_multiscale(
component=str(Path(group.path, str(path))),
storage_options=options,
compressor=options.get("compressor"),
dimension_separator=group._store._dimension_separator,
)
else:
group.create_dataset(str(path), data=data, chunks=chunks_opt, **options)
Expand Down Expand Up @@ -558,6 +559,7 @@ def _write_dask_image(
storage_options=options,
compute=False,
compressor=options.get("compressor"),
dimension_separator=group._store._dimension_separator,
)
)
datasets.append({"path": str(path)})
Expand Down

0 comments on commit c1302e0

Please sign in to comment.