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
Had we decided yet on the form of the returned connectome? The current list of lists is just too expensive and inefficient. A NumPy array would be much better, I think. A bit of a challenge here would be that arrays are most efficient if we know in advance how many rows we need.
We should add the possibility of returning a
Connectome
object directly from theConnect
call:This should be quite easy to implement, as we would just need to call
nest.GetConnections(a, a)
ifreturn_connectome
isTrue
.The text was updated successfully, but these errors were encountered: