numenta / htm.java

Hierarchical Temporal Memory implementation in Java - an official Community-Driven Java port of the Numenta Platform for Intelligent Computing (NuPIC).
GNU Affero General Public License v3.0
310 stars 160 forks source link

Boolean meta type fix #518

Closed cogmission closed 7 years ago

cogmission commented 7 years ago

Fixes #517

Added code to correct the return value of the BOOLEAN FieldMetaType.decodeType() method.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.02%) to 83.229% when pulling e97e01d23646182f8e9afd2fbcb3e1cad8b613fb on cogmission:boolean_meta_type_fix into df0d653eac2553bae780ec045bacc1e8a50799ee on numenta:master.

cogmission commented 7 years ago

@rhyolight Please approve so I can issue a new release for the bool FieldMetaType fix...? Thanks...