In my problem, two neurons are expected to fire at the same time. Say
indices = [ 0,1,1,2,1,1,1,0,0,1]
times = ([4, 4,33, 53,65, 67, 72, 78, 82,89])*ms
0 and 1 neuron at time 4 ms
An error occurred when preparing an object. ValueError: Using a dt of <spikegeneratorgroup.dt: 100. * usecond>, some neurons of SpikeGeneratorGroup "spikegeneratorgroup" spike more than once during a time step.
What should I do to avoid the error and execute the code.
Thanks