Skip to content

Commit

Permalink
Use the other synapse.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Oct 1, 2024
1 parent 5345610 commit 35cbef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/example/single_cell_stdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def event_generators(self, gid):

def probes(self, gid):
def mk(s, t):
return A.cable_probe_point_state("synapse", "expsyn_stdp", state=s, tag=t)
return A.cable_probe_point_state("stdp_synapse", "expsyn_stdp", state=s, tag=t)

return [
A.cable_probe_membrane_voltage('"center"', "Um"),
Expand Down

0 comments on commit 35cbef2

Please sign in to comment.