Skip to content
Snippets Groups Projects
Commit aea4f09c authored by s214735's avatar s214735
Browse files

griffe warning fixes

parent 779b02e4
No related branches found
No related tags found
No related merge requests found
...@@ -220,6 +220,9 @@ def export_ome_zarr( ...@@ -220,6 +220,9 @@ def export_ome_zarr(
qim3d.io.export_ome_zarr("Escargot.zarr", data, chunk_size=100, downsample_rate=2) qim3d.io.export_ome_zarr("Escargot.zarr", data, chunk_size=100, downsample_rate=2)
``` ```
Returns:
None (None): This function writes the OME-Zarr data to the specified directory and does not return any value.
""" """
# Check if directory exists # Check if directory exists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment