Well here’s mine, I wonder if its about the same. I just uninstalled nupic and reinstalled, to make sure I’m up to 1.0.1
Traceback (most recent call last):
File “2D_run_new.py”, line 275, in
runModel(only_csv_files,train_files,test_files,plot=plot)
File “2D_run_new.py”, line 253, in runModel
runIoThroughNupic(inputData, model, file_name, plot)
File “2D_run_new.py”, line 207, in runIoThroughNupic
result = model.run(modelInput)
File “/usr/local/lib/python2.7/dist-packages/nupic/frameworks/opf/htm_prediction_model.py”, line 441, in run
inferences = self._multiStepCompute(rawInput=inputRecord)
File “/usr/local/lib/python2.7/dist-packages/nupic/frameworks/opf/htm_prediction_model.py”, line 597, in _multiStepCompute
rawInput=rawInput)
File “/usr/local/lib/python2.7/dist-packages/nupic/frameworks/opf/htm_prediction_model.py”, line 790, in _handleSDRClassifierMultiStep
bucketIdx = self._classifierInputEncoder.getBucketIndices(absoluteValue)[0]
File “/usr/local/lib/python2.7/dist-packages/nupic/encoders/base.py”, line 351, in getBucketIndices
assert False, "Should be implemented in base classes that are not "
AssertionError: Should be implemented in base classes that are not containers for other encoders