We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c940a3 commit dbdac13Copy full SHA for dbdac13
1 file changed
src/spikeinterface/curation/curation_model.py
@@ -156,7 +156,7 @@ def check_merges(cls, values):
156
def check_splits(cls, values):
157
"""
158
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,
+ If `splits` is a dictionary with unit_id as key and split indices as values,
160
it converts it to a list of Split objects.
161
Each Split object is then validated:
162
- Checks if the unit_id exists in the unit_ids list.
0 commit comments