-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Milestone
Description
We remove i and j when they are not used in synapses code here. But as @mstimberg mentioned, this can break indexing other arrays with i and j, which we are not testing for.
Check if this is breaking things, i.e. run some code that doesn't use i in synapses but for initialisation (e.g. syn = Synapses(...); syn.param['i<10'] = 5.
Can we check for those cases and still remove i and j from device at least (for indexing the result arrays in python, it would be enough to keep them on the host, which we currently do anyways).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels