hudon / spike

Brain Simulator Parallelization
http://nengo.ca/
1 stars 1 forks source link

I don't know what simulator is or where to get it. #69

Closed RobertElder closed 10 years ago

RobertElder commented 11 years ago

I can't convert the test test_probe.py because I don't know how to resolve these imports:

from nengo.nef_theano import simulator
from nengo.nef_theano import simulator_ocl

TODOL: Figure out where these come from. We'll probably have to ask terry and gang.

gretac commented 10 years ago

I don't know what the simulator is either. I can't really find a mention of it anywhere other then in examples numpy code (even then, I am not sure they represent the same thing).

I suggest ignoring the test for now. The network configuration in the test is equivalent to that in test_writable.py, so although we are missing the simulation stuff, we have tested that the output of the nodes is equivalent.