Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yger committed Nov 27, 2024
1 parent 047cac4 commit 94c63f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
detection_params["prototype"] = prototype
detection_params["ms_before"] = ms_before
if params["debug"]:
np.save(clustering_folder / "waveforms.npy", waveforms)
np.save(clustering_folder / "prototype.npy", prototype)
if skip_peaks:
detection_params["skip_after_n_peaks"] = n_peaks
Expand Down

0 comments on commit 94c63f3

Please sign in to comment.