Skip to content

Commit

Permalink
Fix bug for single dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme authored Sep 19, 2019
1 parent 2eaf3bf commit 0f522dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop_iclabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
[ EEG, com ] = eeg_eval( 'iclabel', EEG, 'params', { version } );
varargout = {com};
else
EEG = iclabel(EEG(iEEG), version);
EEG = iclabel(EEG, version);
varargout = {['EEG = pop_iclabel(EEG, ' version ');']};
end

Expand Down

0 comments on commit 0f522dc

Please sign in to comment.