Open cogmission opened 8 years ago
Sounds like this might be an issue with how the tests are written? Am I reading that right?
Yes. At first I thought the test was failing, but then I realized that the errors were on purpose to test bounds and limits. However, the test shouldn't output these errors because it looks like the test is failing...
Because this is a test that spans interfaces between two languages - I take that back, this should definitely not be outputting these errors! (IMO).
The following 3 assertions failed when running nupic/tests/unit/nupic/algorithms/knn_classifier_test
I'm not sure what individual tests produced each of the following outputs; however I know that more than one test contributed to the output.
EDITED: I decided to figure out which test methods caused the 3 errors.
Upon second glance, it looks like this output is caused by the test itself (i.e. the test purposely produces these error conditions). If so, please excuse - but there should be a way to suppress this error output?
pydev debugger: starting (pid: 1865) Finding files... done. Importing test modules ... done.