Skip to content

Commit

Permalink
Update save_ome_zarr_ome-zarr-py.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bugraoezdemir authored Jan 17, 2025
1 parent c12b940 commit a789f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/ome_zarr/save_ome_zarr_ome-zarr-py.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from skimage.data import astronaut
**Create fake data:**

```python
data = astronaut().transpose()
data = astronaut().swapaxes(0, 2).swapaxes(1, 2)
```

**Create a zarr store to write:**
Expand Down

0 comments on commit a789f2f

Please sign in to comment.