Skip to content

Commit 0f522dc

Browse files
authored
Fix bug for single dataset
1 parent 2eaf3bf commit 0f522dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pop_iclabel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
[ EEG, com ] = eeg_eval( 'iclabel', EEG, 'params', { version } );
7373
varargout = {com};
7474
else
75-
EEG = iclabel(EEG(iEEG), version);
75+
EEG = iclabel(EEG, version);
7676
varargout = {['EEG = pop_iclabel(EEG, ' version ');']};
7777
end
7878

0 commit comments

Comments
 (0)