Skip to content

Commit

Permalink
fix volume_transmitter naming
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Aug 9, 2023
1 parent 0737e11 commit d3f2631
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/nest_tests/dopa_synapse_second_order_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,12 @@ def test_nest_stdp_synapse(self):
nest.Connect(vt_parrot, vt, syn_spec={"synapse_model": "static_synapse",
"weight": 1.,
"delay": 1.}) # delay is ignored!
vt_gid = vt.get("global_id")

# set up custom synapse model
wr = nest.Create("weight_recorder")
nest.CopyModel(self.synapse_model_name, "stdp_nestml_rec",
{"weight_recorder": wr[0], "d": delay, "receptor_type": 0,
"vt": vt_gid})
"volume_transmitter": vt})

# create parrot neurons and connect spike_generators
pre_neuron = nest.Create("parrot_neuron")
Expand Down

0 comments on commit d3f2631

Please sign in to comment.