Nigel Stepp

Results 3 issues of Nigel Stepp

Functions that rely on `match` and also take a function involving `Context` show expected, but poorly documented behavior. The issue comes up when user functions that are supposed to operate...

I was attempting to use `FromListConnector` with a custom synapse that has boolean parameters `plastic` and `inhibitory`, e.g. ``` sim.FromListConnector(connections, column_names=['weight','delay','plastic','inhibitory']) ``` where `connections` is a list with elements like...

enhancement

At first I thought that `parallelFirst` was exactly what I needed for my problem, but unless I'm not using it right (which is very possible), it's just a bit different...