Skip to content

Commit

Permalink
path to parameter file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent committed Nov 5, 2020
1 parent 32c08fe commit ada6b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +jrclust/+import/kilosort.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

% check for existence of .prm file. if exists use it as a template.
[a,b,~] = fileparts(params.dat_path);
prm_path = [a,filesep,b,'.prm'];
prm_path = fullfile(a,filesep,[b,'.prm']);
if exist(prm_path,'file')
cfgData.template_file = prm_path;
else
Expand Down

0 comments on commit ada6b30

Please sign in to comment.