Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Jan 13, 2025
1 parent 46eba7b commit 5c1983c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spikeinterface/sortingcomponents/clustering/tdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ def main_function(cls, recording, peaks, params, job_kwargs=dict()):
neighbours_mask=neighbours_mask,
waveforms_sparse_mask=sparse_mask,
min_size_split=min_cluster_size,
n_pca_features=3
n_pca_features=3,
scale_n_pca_by_depth=True,
),
recursive=True,
recursive_depth=3,
Expand Down

0 comments on commit 5c1983c

Please sign in to comment.