LIMO-EEG-Toolbox / limo_tools

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

cluster correction plot failure [BUG] #156

Closed amisepa closed 1 year ago

amisepa commented 1 year ago

on HotFixes branch, getting this error when trying to plot results with spatiotemporal cluster correction:

image

Max and TFCE are working fine.

amisepa commented 1 year ago

I added the path to the \limo_cluster_functions folder and it fixed the issue. Shouldn't eeglab add the path to subfolders automatically?

cmmrandau commented 1 year ago

Same issue here, always have to add this folder each time I re-install LIMO.

On Wed, 2023-05-17 at 20:50 -0700, Cedric Cannard wrote:

I added the path to the \limo_cluster_functions folder and it fixed the issue. Shouldn't eeglab add the path to subfolders automatically? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

CPernet commented 1 year ago

it is added automatically but only if using limo_eeg or std_limo .. I have now added it also in limo_stat_values which should fix calls to clustering functions, see this commit

also updated instalation JIC

amisepa commented 1 year ago

thanks!