Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error updating temporal components #26

Open
ghost opened this issue Jun 2, 2018 · 0 comments
Open

Error updating temporal components #26

ghost opened this issue Jun 2, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 2, 2018

Hello. I am getting the error below from neuron.update_temporal_parallel(use_parallel) when running demo_large_data_1p.m.

I went back and tried the unchanged script with the demo data and did not get this error, so it seems possible my parameters (or data) are causing this error downstream. Would you have any idea what may have caused this and how I may correct it?

Thanks for the help, it is much appreciated.

The error:

`Error using foopsi_oasisAR1>update_g (line 136)
Index in position 2 exceeds array bounds.

Error in foopsi_oasisAR1 (line 100)
[solution, active_set, g, spks] = update_g(y-b, active_set,lam, smin);

Error in deconvolveCa (line 119)
[c, s, options.b, options.pars] = foopsi_oasisAR1(y-options.b, options.pars, options.lambda, ...

Error in HALS_temporal (line 92)
[ck, sk, tmp_options]= deconvolveCa(ck_raw, deconv_options, 'maxIter', 20, 'sn', sn_psd, 'pars', kernel_pars{k});

Error in Sources2D/update_temporal_parallel (line 112)
parfor mpatch=1:(nr_patch*nc_patch)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants