Skip to content

Commit

Permalink
Fix NT format for BinaryFiltered, double-check all again
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Jun 26, 2024
1 parent ede9dd4 commit 9570c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/external/kilosort4.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
filename=ops["filename"],
n_chan_bin=n_chan_bin,
fs=fs,
nT=NT,
NT=NT,
nt=nt,
nt0min=twav_min,
chan_map=chan_map,
Expand Down

0 comments on commit 9570c92

Please sign in to comment.