Open iomaganaris opened 4 years ago
The source of this issue was that CoreNEURON
in online mode was using cell_permute
1
, which generates different results than NEURON
.
https://github.com/neuronsimulator/nrn/commit/674dbac2390529e24071488563b3201f004279a3
I update my branch in netpyne
to use cell_permute
0
to have the same results as NEURON
and CoreNEURON
in offline
mode.
https://github.com/iomaganaris/netpyne/commit/b80b3f5ab8ec34104274acc9f5517353afde94c7
When
CoreNEURON
is executed in online mode (from insideNEURON
withpc.psolve()
) and offline mod (usingspecial-core
) with the M1NetPyNE
model it generates different spikes. To reproduce the issue I have created scripts for installing the proper versions, building the needed packages and running the sims in:cc: @pramodk