Skip to content

Commit

Permalink
expand on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ieivanov committed Nov 27, 2024
1 parent 0877598 commit 40ac524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iohub/ngff/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ class ImageArray(zarr.Array):

def __init__(self, zarray: zarr.Array = None, **kwargs):
"""Keyword arguments are passed to the zarr.Array constructor.
If a zarr.Array is provided, the constructor will use its attributes.
If a zarr.Array is provided, the constructor will use its attributes
to initialize the ImageArray.
"""
if zarray is not None:
kwargs.update(
Expand Down

0 comments on commit 40ac524

Please sign in to comment.