Skip to content

Commit

Permalink
Update src/spikeinterface/core/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin authored Dec 6, 2023
1 parent 6fabd00 commit 97e0ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def ids_to_indices(self, ids: list[str, int], prefer_slice: bool = False) -> Uni
----------
ids : list of str or int
The list of IDs to be converted into indices. If `None`, it generates indices based on the length of `_main_ids`.
prefer_slice : bool, optional
prefer_slice : bool, default: False
If `True`, the function will return a slice object when the indices are consecutive. Default is `False`.
Returns
Expand Down

0 comments on commit 97e0ae2

Please sign in to comment.