I'm just debugging this locally. `inputs` array only contains bottomUpIn so fails on that search for categoryIn
On Mon, Nov 9, 2015 at 9:07 PM, Matthew Taylor <[email protected]> wrote: > Assuming you are building from scratch... sometimes when you pull the > latest code you need to clean out any build directories. I suggest > that you try to do a complete build from scratch in both nupic.core > and nupic after running the following command, which will remove ALL > leftover artifacts from your checkout directory (don't do this if you > have local changes you want to retain). > > git clean -dfx > > Recompile and try again? > --------- > Matt Taylor > OS Community Flag-Bearer > Numenta > > > On Mon, Nov 9, 2015 at 11:33 AM, Phil iacarella <[email protected]> > wrote: > > Hello, > > > > I’m using the CLAClassifier which worked just fine until I updated to > NUPIC > > 0.3.6. Now everything seems to work except for the CLAClassifier. Even > the > > built in demos are giving this error: > > > > File > > > "/usr/lib/python2.7/site-packages/nupic-0.3.6.dev0-py2.7.egg/nupic/regions/CLAClassifierRegion.py", > > line 289, in compute > > categories = [category for category in inputs["categoryIn"] > > > > > > I’m using the Network API. Any ideas? > > > > -Phil > >
