sccn / ICLabel

Automatic EEG IC classification plugin for EEGLAB
https://iclabel.ucsd.edu/tutorial
53 stars 19 forks source link

Convenience: ICLabel history output (eegh) misses quotation marks #5

Closed olafdimigen closed 4 years ago

olafdimigen commented 4 years ago

Small convenience issue: ICLabel's (version 1.2) output into EEG.history is

EEG = pop_iclabel(EEG, default);

but should be

EEG = pop_iclabel(EEG, 'default'); % quotation marks around 'default' missing

lucapton commented 4 years ago

Thanks for the heads up!