Skip to content

Commit

Permalink
Merge pull request #91 from thewtex/pyimagej-to-zarr-mode-w
Browse files Browse the repository at this point in the history
BUG: Use mode='w' fro pyimagej notebook
  • Loading branch information
thewtex authored Jul 22, 2024
2 parents 18213a0 + 2d23dc3 commit 34af94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ConvertPyImageJDataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
"outputs": [],
"source": [
"store = zarr.storage.DirectoryStore('Cell_Colony.zarr', dimension_separator='/')\n",
"multiscale.to_zarr(store)"
"multiscale.to_zarr(store, mode='w')"
]
}
],
Expand Down

0 comments on commit 34af94d

Please sign in to comment.