Skip to content

Commit

Permalink
Add force_exact_write_size parameter to ZarrArray constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 15, 2024
1 parent e4266b9 commit 9fcce61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def create_from_array_identifier(
num_channels=num_channels,
write_size=write_size,
delete=overwrite,
force_exact_write_size=True,
)
zarr_dataset = zarr_container[array_identifier.dataset]
if array_identifier.container.name.endswith("n5"):
Expand Down

0 comments on commit 9fcce61

Please sign in to comment.