hudon / spike

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

Unimplemented or un-merged feature in test decoded weight matrix. #52

Closed RobertElder closed 11 years ago

RobertElder commented 11 years ago

As I understand, all the funky cases with direct ensembles and stuff have been implemented and all the provided tests should work.

robert@robert-ubuntu:~/spike$ make test /bin/bash test/run-tests.sh Computing output from command '/usr/bin/python2 /home/robert/spike/test/nengo_tests/test_decoded_weight_matrix.py /home/robert/spike/test/../src'...Traceback (most recent call last): File "/home/robert/spike/test/nengo_tests/test_decoded_weight_matrix.py", line 47, in net.connect('A', 'B', transform=inhib_matrix_1) # for test 1 File "/home/robert/spike/test/../src/nef_theano/network.py", line 189, in connect raise Exception("ERROR", "Case 2 and 3 should NOT be reached.") Exception: ('ERROR', 'Case 2 and 3 should NOT be reached.') Took 4 seconds.

This can be reproduced by doing 'make test' on the 'moaaar-tests' branch

RobertElder commented 11 years ago

Looks good. Merged into moaaar-tests locally, and tests pass now.

RobertElder commented 11 years ago

*Correction test_decoded_weight_matrix.py test passes so closing this bug. test_direct.py still fails but this is already filed as a separate bug. In the future I will separate all these out into separate branches.