Skip to content

Commit

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

def probes(self, gid):
def mk(s, t):
return A.cable_probe_point_state("stdp_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 3bbd264

Please sign in to comment.