Skip to content

Commit

Permalink
fix run_find_sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Bach committed Dec 3, 2024
1 parent 93cbbb3 commit caaa63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pspm_cfg/pspm_cfg_run_find_sounds.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
end
options.marker_chan_num = pspm_cfg_selector_channel('run', d.chan);
if d.n_sounds > 0
options.expectedSoundCount = job.output.diagnostic.n_sounds;
options.expectedSoundCount = d.n_sounds;
end
options.maxdelay = d.max_delay;
diag_out = fieldnames(d.diag_output);
Expand Down

0 comments on commit caaa63f

Please sign in to comment.