Nupic does not run unit tests

Oh I just noticed, the backticks just aren’t showing on the post. I am using “``” around pwd. I’m receiving the skips, xfails, and warnings though.

Here is an example of two of the xfails:

tests/unit/nupic/docs/examples_test.py::ExamplesTest::testFiveStepConfidencesOpfVsNetwork <- …/.local/lib/python2.7/site-packages/unittest2/case.py xfail
tests/unit/nupic/docs/examples_test.py::ExamplesTest::testFiveStepPredictionsOpfVsNetwork <- …/.local/lib/python2.7/site-packages/unittest2/case.py xfail

1 Like

@flarelink

From what I can tell, the test runs are ok. I haven’t really looked into them as I’m new to nupic, however warnings are warnings, and xfails from what I can remember are not failures but skips for expected exceptions.

1 Like

Ahh okay then I think I’m good. Thank you so much for helping me through this process! :smiley: Thank you too @rhyolight!

2 Likes