Skip to content

Commit

Permalink
BUG: Use mode='w' for pyimagej notebook
Browse files Browse the repository at this point in the history
Succeed on multiple runs.
  • Loading branch information
thewtex committed Jul 22, 2024
1 parent 18213a0 commit 2d23dc3
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 2d23dc3

Please sign in to comment.