From 8566cfbe24f5b9452a9ead4d25f9456a5bf454a9 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 12 Jan 2024 13:20:57 +0100 Subject: [PATCH] Update src/spikeinterface/core/zarrextractors.py --- src/spikeinterface/core/zarrextractors.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/spikeinterface/core/zarrextractors.py b/src/spikeinterface/core/zarrextractors.py index 9dfd84ef8e..a6aa4a2d4b 100644 --- a/src/spikeinterface/core/zarrextractors.py +++ b/src/spikeinterface/core/zarrextractors.py @@ -158,9 +158,8 @@ class ZarrSortingExtractor(BaseSorting): Path to the zarr root file storage_options: dict or None Storage options for zarr `store`. E.g., if "s3://" or "gcs://" they can provide authentication methods, etc. - zarr_group: None | str - Optionaly a zarr group when the sorting is not stored at the root but in sub group. - Usefull for more complex storage that store SOrting in sub group like the futur SortingResult. + zarr_group: str or None, default: None + Optional zarr group path to load the sorting from. This can be used when the sorting is not stored at the root, but in sub group. Returns ------- sorting: ZarrSortingExtractor