We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56236a7 commit e5d170eCopy full SHA for e5d170e
1 file changed
kilosort3-compiled/matlab_files/ks3_compiled.m
@@ -6,7 +6,7 @@ function ks3_compiled(fpath)
6
load(fullfile(fpath, 'chanMap.mat'));
7
8
% Load the configuration file, it builds the structure of options (ops)
9
- ops = load(fullfile(fpath, 'ops.mat'));
+ load(fullfile(fpath, 'ops.mat'));
10
11
% preprocess data to create temp_wh.dat
12
rez = preprocessDataSub(ops);
0 commit comments