Skip to content

Commit e5d170e

Browse files
committed
update load ops
1 parent 56236a7 commit e5d170e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kilosort3-compiled/matlab_files/ks3_compiled.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function ks3_compiled(fpath)
66
load(fullfile(fpath, 'chanMap.mat'));
77

88
% Load the configuration file, it builds the structure of options (ops)
9-
ops = load(fullfile(fpath, 'ops.mat'));
9+
load(fullfile(fpath, 'ops.mat'));
1010

1111
% preprocess data to create temp_wh.dat
1212
rez = preprocessDataSub(ops);

0 commit comments

Comments
 (0)