SpineML / SpineCreator

A GUI for neural network models. A graphical editor for SpineML models.
http://spineml.github.io/spinecreator/
GNU General Public License v3.0
17 stars 7 forks source link

Can't lesion a generic input connection in experiment layer #121

Closed sebjameswml closed 7 years ago

sebjameswml commented 8 years ago

Consider this connection:

for_issue

Note that there is a generic connection from D1 MSN to the postsynapse of Cortex to D1 MSN (connectiong D1 MSN's membrane voltage).

If I want to lesion the connection Cortex to D1 MSN, then I can ask for that in the experiment editor. However, this leaves the generic connection in place, and I get a simulator error where SpineML_2_BRAHMS can't find the destination for the D1 MSN v input to the postsynapse (which has now been lesioned).

It doesn't seem to then be possible to lesion the generic connection through the same interface.

sebjameswml commented 7 years ago

Fixed in dc0011e..0a73309