Skip to content

Check if removing i and j breaks indexing #154

@denisalevi

Description

@denisalevi

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions