LIMO-EEG-Toolbox / limo_tools

Hierarchical Linear Modelling for MEEG data
https://limo-eeg-toolbox.github.io/limo_meeg/
Other
59 stars 27 forks source link

View results error #40

Closed chaohanch closed 4 years ago

chaohanch commented 4 years ago

Hello,

I'm following the tutorial, but got an error when I clicked the "View results". The error message:

Error: File: limo_results.m Line: 258 Column: 72
Invalid syntax for calling function 'H0_Covariate_effect' on the path. Use a valid syntax or explicitly initialize
'H0_Covariate_effect' to make it a variable.
Error in limo_gui>results_Callback (line 95)
limo_results;
Error in gui_mainfcn (line 95)
        feval(varargin{:});
Error in limo_gui (line 30)
    gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)limo_gui('results_Callback',hObject,eventdata,guidata(hObject)) 
Error while evaluating DestroyedObject Callback.

Any idea? Thank you!

CPernet commented 4 years ago

ah yes this is a bug I recently fixed - please do try the WLS branch (we will merge to master soon) let me know if that's fixed