Sometimes tests fail if you don't compile everything locally, so I wouldn't worry about it as long as you can run some of the sample applications without failure. Try running:
cd examples/opf/clients/hotgym/simple python hotgym.py This should dump something like this to your screen: INFO:__main__:After 100 records, 1-step altMAPE=36.179900 INFO:__main__:After 200 records, 1-step altMAPE=26.685081 INFO:__main__:After 300 records, 1-step altMAPE=23.875171 INFO:__main__:After 400 records, 1-step altMAPE=22.685887 INFO:__main__:After 500 records, 1-step altMAPE=21.781040 INFO:__main__:After 600 records, 1-step altMAPE=21.820665 INFO:__main__:After 700 records, 1-step altMAPE=21.479866 INFO:__main__:After 800 records, 1-step altMAPE=21.638929 INFO:__main__:After 900 records, 1-step altMAPE=22.212049 INFO:__main__:After 1000 records, 1-step altMAPE=22.234222 It proves that NuPIC is running. --------- Matt Taylor OS Community Flag-Bearer Numenta On Tue, Dec 15, 2015 at 6:56 AM, Kale Oatnils <[email protected]> wrote: > Hello, > I installed nupic following the video: > https://www.youtube.com/watch?v=6OPTMDO17XI&noredirect=1 > > But at the end when running the tests I got the following 12 failures. > Are these a real issue or is it safe to ignore them? > (detailed output is attached) > > self = <tests.unit.nupic.algorithms.knn_classifier_test.KNNClassifierTest > testMethod=testDistanceMetrics> > > self = <tests.unit.nupic.algorithms.knn_classifier_test.KNNClassifierTest > testMethod=testPartitionId> > > self = <tests.unit.nupic.engine.network_test.NetworkTest > testMethod=testGetRegion> > > self = > <tests.unit.nupic.research.spatial_pooler_compatability_test.SpatialPoolerCompatabilityTest > testMethod=testInhibitColumnsGlobal> > > self = > <tests.unit.nupic.research.spatial_pooler_cpp_unit_test.SpatialPoolerTest > testMethod=testCalculateOverlap> > > self = > <tests.unit.nupic.research.spatial_pooler_cpp_unit_test.SpatialPoolerTest > testMethod=testInhibitColumnsGlobal> > > self = > <tests.unit.nupic.research.spatial_pooler_cpp_unit_test.SpatialPoolerTest > testMethod=testUpdateDutyCycles> > > self = > <tests.unit.nupic.research.spatial_pooler_cpp_unit_test.SpatialPoolerTest > testMethod=testUpdatePermanencesForColumn> > > self = <tests.unit.nupic.research.spatial_pooler_unit_test.SpatialPoolerTest > testMethod=testExactOutput> > > self = <tests.unit.nupic.research.spatial_pooler_unit_test.SpatialPoolerTest > testMethod=testWriteRead> > > self = <tests.unit.nupic.support.decorators_test.RetryDecoratorTest > testMethod=testRetryWaitsInitialRetryDelaySec> > > > For information my configuration: > > Python 2.7.6 > > MacBook Pro (13-inch, Early 2011), OSX Yosemite 10.10 > > nupic downloaded from master (git) > > https://github.com/numenta/nupic.git > >
