Skip to content

Commit dbdac13

Browse files
committed
Clearer explanation on split data
1 parent 6c940a3 commit dbdac13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/curation/curation_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def check_merges(cls, values):
156156
def check_splits(cls, values):
157157
"""
158158
Checks and validates the splits in the curation model.
159-
If `splits` is a dictionary with unit_id as key and split data as values,
159+
If `splits` is a dictionary with unit_id as key and split indices as values,
160160
it converts it to a list of Split objects.
161161
Each Split object is then validated:
162162
- Checks if the unit_id exists in the unit_ids list.

0 commit comments

Comments
 (0)