Skip to content

Commit

Permalink
Update src/spikeinterface/core/zarrextractors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Jan 12, 2024
1 parent 6b24748 commit 8566cfb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/spikeinterface/core/zarrextractors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8566cfb

Please sign in to comment.