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 after updating temporal components #2

Closed
tmile77 opened this issue Aug 11, 2016 · 1 comment
Closed

Error after updating temporal components #2

tmile77 opened this issue Aug 11, 2016 · 1 comment

Comments

@tmile77
Copy link

tmile77 commented Aug 11, 2016

I get an error about incorrect matrix dimensions in the demo_endoscope.m line 249 - number of column of neuron.A is different from the number of rows in matrix neuron.C This is most probably due to an error in the updateTemporal_endoscope.m where the matrix A is not updated. Probably, a line

obj.A = A(:,~ind_del);

is missing at the end of the function.

@zhoupc
Copy link
Owner

zhoupc commented Aug 11, 2016

@tmile77 Thanks. you are right. I missed that line obj.A=A(:, ~ind_del). Now it's fixed. Thank you very much.

@zhoupc zhoupc closed this as completed Aug 12, 2016
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

2 participants