Skip to content

Commit

Permalink
bugfix was also needed in another place
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato committed Jan 23, 2023
1 parent 48ee7ec commit d7ab47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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

0 comments on commit d7ab47f

Please sign in to comment.