You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we discussed with Padraig, someone using neuron models exported from Brian2 would have it easier if the generated types do not only inherit from the generic baseCell. Compared to the other issues, this is a rather low priority one, but some of the simple classes should be very easy to support, e.g.:
If the cell defines a threshold, have it inherit from baseSpikingCell
If it has a threshold and a variable v with dimensionality volt, have it inherit from baseCellMembPot
If instead it has a threshold and a dimensionless variable V, have it inherit from baseCellMembPotDL
As we discussed with Padraig, someone using neuron models exported from Brian2 would have it easier if the generated types do not only inherit from the generic
baseCell
. Compared to the other issues, this is a rather low priority one, but some of the simple classes should be very easy to support, e.g.:baseSpikingCell
v
with dimensionalityvolt
, have it inherit frombaseCellMembPot
V
, have it inherit frombaseCellMembPotDL
https://github.com/NeuroML/NeuroML2/blob/master/NeuroML2CoreTypes/Cells.xml
The text was updated successfully, but these errors were encountered: