Closed Satoshi-Young closed 6 months ago
yes this would fix it -- I pushed the change into https://github.com/LIMO-EEG-Toolbox/limo_tools/tree/master which I recommend you use rather than the plugin download as tat version is too bugy
for parfor might be fixed as well -- as to do with how which handle the parallel tool (let me know)
thx
when I run a clustering correction with 1000 bootstraps in v4.0, an error occurs:
When I opened the function limo_random_robust(), I noticed that the variable 'centered_dataa' on line 1292 had not been defined. I made a modification and changed it to 'centered_data'. Additionally, I replaced 'parfor' on line 1275 with 'for'. With these changes, the program was able to run the clustering correction successfully. However, I am not sure whether the results are accurate or not, and running 1000 bootstraps is time-consuming because 'parfor' is not functioning properly. Are there any alternative solutions? This issue seems to persist in version 3.4 as well. I'm unsure if this is a bug.