Skip to content

Commit

Permalink
Merge branch 'clustering_components_api' of github.com:yger/spikeinte…
Browse files Browse the repository at this point in the history
…rface into clustering_components_api
  • Loading branch information
yger committed Nov 22, 2024
2 parents 9cc1673 + 4c20e0c commit 6a36ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sortingcomponents/clustering/circus.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def main_function(cls, recording, peaks, params, job_kwargs=dict()):
sparse_mask = node1.neighbours_mask
neighbours_mask = get_channel_distances(recording) <= radius_um

# np.save(features_folder / "sparse_mask.npy", sparse_mask)
# np.save(features_folder / "sparse_mask.npy", sparse_mask)
np.save(features_folder / "peaks.npy", peaks)

original_labels = peaks["channel_index"]
Expand Down

0 comments on commit 6a36ec0

Please sign in to comment.