Skip to content

Commit ff7c8ef

Browse files
Merge pull request #329 from The-Lammert-Lab/dev
Bug fix
2 parents 20f00d3 + 11bb904 commit ff7c8ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code/utils/collect_data_thresh_or_loud.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
files_tones = dir(fullfile(options.data_dir, [exp_type, '_tones_', config_hash, '*.csv']));
7676

7777
if isempty(files_thresholds) || isempty(files_tones)
78-
dBs = [];
78+
pres_dBs = [];
79+
amp_dBs = [];
7980
tones = [];
8081
corelib.verb(options.verbose, 'INFO: collect_data_thresh_or_loud', ['No ', exp_type, ' data found.'])
8182
return

0 commit comments

Comments
 (0)