hudon / spike

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

Fix tests when plotting library is not included. #85

Closed RobertElder closed 10 years ago

RobertElder commented 10 years ago

Previously, if the plotting library (which we aren't currently using) was included on a machine that did not have it installed, the test would fail, but the test would still pass because we were comparing our return code with the return code of running the benchmark code.

All return code are not compared with 0 and fail on non zero value. Commented out references to this library.