the-virtual-brain / tvb-root

Main TVB codebase
https://thevirtualbrain.org
Other
121 stars 99 forks source link

Correction in excluding connectivity among proxy nodes of CoSimulator #696

Closed dionperd closed 9 months ago

dionperd commented 9 months ago

There was a bug, namely that numpy.array[ix][:, iy] = 0.0 was doing actually nothing. Necessary correction with np._ix usage.

This makes sure that regions implemented as spiking regions do not communicate with each other via TVB coupling as well.

It applies when CoSimulator.exclusive = True, and it is the default behavior.