Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed May 22, 2024
1 parent c9b1a9c commit 08360fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/internal/simplesorter.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SimpleSorter(ComponentsBasedSorter):
"job_kwargs": {"n_jobs": -1, "chunk_duration": "1s"},
}

_params_descriptions = {
_params_description = {
"apply_preprocessing": "whether to apply the preprocessing steps, default: False",
"waveforms": "A dictonary containing waveforms params: ms_before (peak of spike) default: 1.0, ms_after (peak of spike) deafult: 1.5",
"filtering": "A dictionary containing bandpass filter conditions, freq_min' default: 300 and 'freq_max' default:8000.0",
Expand Down

0 comments on commit 08360fc

Please sign in to comment.