From 3303f0203e669790815d73e5f1498d2e5355eac2 Mon Sep 17 00:00:00 2001 From: Felipe <fima@dtu.dk> Date: Mon, 22 Jul 2024 14:12:52 +0200 Subject: [PATCH] Hotfix: docs --- qim3d/generate/collection_.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qim3d/generate/collection_.py b/qim3d/generate/collection_.py index a776bfb6..2e78633f 100644 --- a/qim3d/generate/collection_.py +++ b/qim3d/generate/collection_.py @@ -171,8 +171,8 @@ def collection( Returns: - synthetic_collection (numpy.ndarray): 3D volume of the generated collection of synthetic blobs with specified parameters. - CC (object): A ConnectedComponents object containing the connected components and the number of connected components found in the collection. + synthetic_collection (numpy.ndarray): 3D volume of the generated collection of synthetic objects with specified parameters. + labels (numpy.ndarray): Array with labels for each voxel, same shape as synthetic_collection. Raises: TypeError: If `collection_shape` is not 3D. -- GitLab