hudon / spike

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

AttributeError: 'TrainingInput' object has no attribute 'run' #61

Closed RobertElder closed 10 years ago

RobertElder commented 10 years ago

On branch simplenode, run make test:

Computing output from command '/usr/bin/python2 /home/robert/spike/test/nengo_tests/test_simplenode.py /home/robert/spike/test/../src'...Traceback (most recent call last): File "/home/robert/spike/test/nengo_tests/test_simplenode.py", line 45, in net.add(TrainingInput('SNinput')) File "/home/robert/spike/test/../src/nef_theano/network.py", line 68, in add p = Process(target=node.run, args=(node_socket,), name=node.name) AttributeError: 'TrainingInput' object has no attribute 'run' Took 0 seconds.

This can likely be solved by changing the TrainingInput class that is specified in the test file, but at the moment I don't know how to do this easily to get the test to work. Figure this out later.

RobertElder commented 10 years ago

Checked out latest master branch: tests pass Checked out latest simplenode branch tests fail Pulled origin simplenode-support into simplenode branch: tests are now passing. Pulled simplenode and simplenode-support into master: Tests still pass.