Skip to content

Commit

Permalink
Default SVD Peeler is now good to go
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Sep 27, 2023
1 parent ff282ad commit 0a2c0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
matching_job_params["chunk_duration"] = "100ms"

spikes = find_spikes_from_templates(
recording_f, method="circus-omp", method_kwargs=matching_params, **matching_job_params
recording_f, method="circus-omp-svd", method_kwargs=matching_params, **matching_job_params
)

if verbose:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def remove_duplicates(


def remove_duplicates_via_matching(
waveform_extractor, noise_levels, peak_labels, method_kwargs={}, job_kwargs={}, tmp_folder=None, method="circus-omp"
waveform_extractor, noise_levels, peak_labels, method_kwargs={}, job_kwargs={}, tmp_folder=None, method="circus-omp-svd"
):
from spikeinterface.sortingcomponents.matching import find_spikes_from_templates
from spikeinterface import get_noise_levels
Expand Down

0 comments on commit 0a2c0f6

Please sign in to comment.