Hi Bene and Olaf,
I just noticed that cfg.method if-block within uf_glmfit function has two times 'matlab' and two times 'pinv' with slightly different code.
|
if strcmp(cfg.method,'matlab') % save time |
|
elseif strcmp(cfg.method,'matlab') % save time |
|
elseif strcmp(cfg.method,'pinv') |
|
elseif strcmp(cfg.method,'pinv') |
The output is probably (more or less) the same in both cases, but perhaps still something you want to fix.
Best,
Christoph
Hi Bene and Olaf,
I just noticed that cfg.method if-block within uf_glmfit function has two times 'matlab' and two times 'pinv' with slightly different code.
unfold/src/uf_toolbox/uf_glmfit.m
Line 125 in caa07fd
unfold/src/uf_toolbox/uf_glmfit.m
Line 201 in caa07fd
unfold/src/uf_toolbox/uf_glmfit.m
Line 133 in caa07fd
unfold/src/uf_toolbox/uf_glmfit.m
Line 210 in caa07fd
The output is probably (more or less) the same in both cases, but perhaps still something you want to fix.
Best,
Christoph