Hans Ekkehard Plesser

Results 330 comments of Hans Ekkehard Plesser

@sdiazpier @pnbabu Ping!

Yes, the issue appears still to be open.

Due to the exponentially growing current in the AEIF models, it is fiendishly difficult to integrate numerically. Some other implementations of the model simply side-step this by using forward Euler...

I think `with-optimize=OFF` should to that, i.e., turn off all optimization, i.e., `-O0`. The question then is if `ON` should yield `-O2` or `-O3`. I am not sure why we...

> Question: is `CE * N_neurons` always precisely equal to `nest.GetDefaults("excitatory")["num_connections"]` (both of type int)? If the script is correct and NEST works correctly, then the following `excitatory` synapses should...

Concerning the testing, the attached slide shows the effect of different ordering of terms in the membrane potential update loop. Note that in this case we only have constant-current external...

> This current branch already fixes both issues. Interestingly, we get either the original model name and its `id` or `Unknownmodel` and `-1` as `id`. The latter happens only when...

@RCagnol I have started to look at this problem now and hope to get back to you with a first analysis shortly.