File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,7 @@ def run_script(*, split: bool = False) -> None:
132132 pylab .show ()
133133
134134# combined binaries [IF_cond_exp_stoc.aplx, IF_cond_exp.aplx]
135- # split binaries [IF_cond_exp_stoc_neuron.aplx,
136- # IF_cond_exp_neuron.aplx]
135+ # split binaries [IF_cond_exp_stoc_neuron.aplx, IF_cond_exp_neuron.aplx]
137136
138137
139138if __name__ == "__main__" :
Original file line number Diff line number Diff line change 2525import matplotlib .pyplot as pylab
2626import pyNN .spiNNaker as sim
2727
28+
2829def run_script (* , split : bool = False ) -> None :
2930 """
3031 Runs the example script
@@ -34,8 +35,8 @@ def run_script(*, split: bool = False) -> None:
3435 This requires more cores but allows more spikes to be received.
3536 """
3637 # Timestep (ms)
37- # **NOTE** the 2.5Khz input frequency is not going to work particularly well
38- # at 1ms
38+ # **NOTE**
39+ # the 2.5Khz input frequency is not going to work particularly well at 1ms
3940 dt = 0.1
4041
4142 # Number of neurons - used to gather enough ISIs to get a smooth estimate
Original file line number Diff line number Diff line change 2323import matplotlib .pyplot as plt
2424from pyNN .utility .plotting import Figure , Panel
2525
26+
2627def run_script (* , split : bool = False ) -> None :
2728 """
2829 Runs the example script
@@ -127,4 +128,3 @@ def run_script(*, split: bool = False) -> None:
127128
128129if __name__ == "__main__" :
129130 run_script ()
130-
Original file line number Diff line number Diff line change 1919from pyNN .utility .plotting import Figure , Panel
2020import matplotlib .pyplot as plt
2121
22+
2223def run_script (* , split : bool = False ) -> None :
2324 """
2425 Runs the example script
@@ -116,4 +117,3 @@ def run_script(*, split: bool = False) -> None:
116117
117118if __name__ == "__main__" :
118119 run_script ()
119-
Original file line number Diff line number Diff line change 3838# (Number of inhibitory neurons is proportional to this)
3939NUM_EXCITATORY = 2000
4040
41+
4142def run_script (* , split : bool = False ) -> None :
4243 """
4344 Runs the example script
@@ -107,4 +108,3 @@ def run_script(*, split: bool = False) -> None:
107108
108109if __name__ == "__main__" :
109110 run_script ()
110-
You can’t perform that action at this time.
0 commit comments