We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a9363 commit 15d3c90Copy full SHA for 15d3c90
1 file changed
examples/extra_models_examples/IF_cond_exp_stoc.py
@@ -64,7 +64,6 @@ def run_script(*, split: bool = False) -> None:
64
'tau_syn_E': 5.0,
65
'tau_syn_I': 5.0}))
66
67
-
68
spike_sourceE = sim.Population(1, sim.SpikeSourceArray(**{
69
'spike_times': [float(i) for i in range(5, 105, 10)]}))
70
spike_sourceI = sim.Population(1, sim.SpikeSourceArray(**{
@@ -133,7 +132,9 @@ def run_script(*, split: bool = False) -> None:
133
132
pylab.show()
134
135
# combined binaries_used ['IF_cond_exp_stoc.aplx','IF_cond_exp.aplx']
136
-# split binaries used(['IF_cond_exp_stoc_neuron.aplx','IF_cond_exp_neuron.aplx'])
+# split binaries used(['IF_cond_exp_stoc_neuron.aplx',
+ # 'IF_cond_exp_neuron.aplx'])
137
+
138
139
if __name__ == "__main__":
- run_script()
140
+ run_script()
0 commit comments