Skip to content

Commit

Permalink
Merge pull request #408 from dstansby/patch-1
Browse files Browse the repository at this point in the history
Simplify Python tutorial
  • Loading branch information
will-moore authored Nov 26, 2024
2 parents 4c8e990 + cf2da93 commit 4a9210a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ The following code creates a 3D Image in OME-Zarr::

import numpy as np
import zarr
import os

from ome_zarr.io import parse_url
from ome_zarr.writer import write_image

path = "test_ngff_image.zarr"
os.mkdir(path)

size_xy = 128
size_z = 10
Expand Down

0 comments on commit 4a9210a

Please sign in to comment.