numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.34k stars 1.56k forks source link

3.14159 as sentinel value #2137

Open oxtopus opened 9 years ago

oxtopus commented 9 years ago

Tracking down a difficult bug, I encountered 3.14159 in my results and tracked it down to this line: https://github.com/numenta/nupic/blob/master/nupic/bindings/algorithms.i#L1281

Why 3.14159?

breznak commented 9 years ago

:+1: for the tag... and really kindof tricky :bug: did just changing to something other fix that?

fkarg commented 8 years ago

Am I correct in this being outdated? (In which case it could be closed :) )

rhyolight commented 8 years ago

@blueburningcoder Still an issue, but the code has moved to https://github.com/numenta/nupic.core/blob/master/src/nupic/bindings/algorithms.i#L1366.

This issue should be closed after a new issue is created in nupic.core.