ctn-archive / nengo_spinnaker_2014

SpiNNaker backend for Nengo -- now obsolete. See instead https://github.com/project-rig/nengo_spinnaker
MIT License
0 stars 1 forks source link

sim.run() for networks with no nodes crashes #80

Closed mossblaser closed 10 years ago

mossblaser commented 10 years ago

Attempts to pass None to:

time.sleep(time_in_seconds)

In special-case handler for networks without nodes in simulator.py.

mundya commented 10 years ago

Cool! Can fix that!