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 16, 2025
1 parent 5120fcb commit c12b940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/ome_zarr/save_ome_zarr_ome-zarr-py.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ writer.write_image(image = data, # In this case, a numpy array
group = root,
axes = axes, # Dimensionality order
scaler=scaler,
coordinate_transformations=transforms,
coordinate_transformations = coordinate_transforms,
storage_options = storage_options
)
```
```

0 comments on commit c12b940

Please sign in to comment.