Review parameter names relating to synapse models #250
Labels
I: User Interface
Users may need to change their code due to changes in function calls
S: Normal
Handle this with default priority
T: Discussion
Still searching for the right way to proceed / suggestions welcome
ZC: Kernel
DO NOT USE THIS LABEL
ZP: Pending
DO NOT USE THIS LABEL
Milestone
At present, different parts of NEST use different terms to refer to synapse models:
syn_spec
dictionary passed toConnect
, the synapse model is passed asmodel
GetConnections
usessynapse_model
DataConnect
usessynapsemodel
according to documentationGetDefaults
returns an entrysynapsemodel
We should try to find a way to systematize this. Unfortunately, this may break a lot of existing code.
This is a follow-up to trac.876.
The text was updated successfully, but these errors were encountered: