Skip to content

Commit

Permalink
Merge pull request #2208 from yger/fix_segment_sc2_tdc2
Browse files Browse the repository at this point in the history
Handling segments in SC2 and TDC2
  • Loading branch information
yger authored Nov 15, 2023
2 parents bbbcdcc + 874db2e commit 457c13d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class Spykingcircus2Sorter(ComponentsBasedSorter):
"job_kwargs": {"n_jobs": -1},
}

handle_multi_segment = True

@classmethod
def get_sorter_version(cls):
return "2.0"
Expand Down
2 changes: 2 additions & 0 deletions src/spikeinterface/sorters/internal/tridesclous2.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class Tridesclous2Sorter(ComponentsBasedSorter):
"save_array": True,
}

handle_multi_segment = True

@classmethod
def get_sorter_version(cls):
return "2.0"
Expand Down

0 comments on commit 457c13d

Please sign in to comment.