SpineML / SpineML_2_BRAHMS

Code generation scripts to run a SpineML neural model using BRAHMS on standard CPUs
http://spineml.github.io/simulators/BRAHMS/
4 stars 3 forks source link

Connection delays from spike sources not functional in global mode #36

Open dbux opened 7 years ago

dbux commented 7 years ago

When using an explicit connection list from a spike source, connection delays are only functional if applied per-connection rather than globally

See commit 05173e0 of branch weibull in abrg_local: Models 'Single_neuron-delay_global' and 'Single_neuron-delay_list' both request a 500ms delay for the input to D2 MSNs, as either a global or per-connection delay respectively.

Both models execute normally on my local machine and on Iceberg (See #35 ) but the 500ms delay is only implemented in 'Single_neuron-delay_list'

sebjameswml commented 7 years ago

Hi Dave, thank you for the bug report. I'll take a look when I get the opportunity.