From aea4f09c01f6497471b69aeacfd93d254c460f26 Mon Sep 17 00:00:00 2001 From: s214735 <s214735@dtu.dk> Date: Mon, 30 Dec 2024 10:09:51 +0100 Subject: [PATCH] griffe warning fixes --- qim3d/io/_ome_zarr.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qim3d/io/_ome_zarr.py b/qim3d/io/_ome_zarr.py index 983aab01..f1ccd04c 100644 --- a/qim3d/io/_ome_zarr.py +++ b/qim3d/io/_ome_zarr.py @@ -220,6 +220,9 @@ def export_ome_zarr( 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 -- GitLab