-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi Richard,
I have been working on some synapse class import to VERTEX and noticed that, for example, when there is a simple model of two cells and one synaptic connection with weight of 10nS the following method
function SM = bufferIncomingSpikes(SM, synIndeces, weightsToAdd)
SM.gEventBuffer(synIndeces) = ...
SM.gEventBuffer(synIndeces) +weightsToAdd ;
end
correctly adds this weight; however, when I manually add 10 ( by replacing weightsToAdd in the sum with 10 or with the instantiated model attribute,for example, SM.gbase, that is equal to 10), this summation does not work and 10 is never added to SM.gEventBuffer.
Could you comment on this?
Thanks,
Best Wishes,
Rokas
Metadata
Metadata
Assignees
Labels
No labels