nupic.core-legacy
nupic.core-legacy copied to clipboard
missing use of more restrictive/descriptive UInt where suitable
This is a small issue, asking to use the most restrictive data type possible, which is a good practice. For example size should be a UINt and not an int.
I think this issue is just saying "The encoders' getOutputWidth method should return a UInt, not an int". That sounds reasonable. I'd support that change, but I think https://github.com/numenta/nupic.core/pull/962 is unlikely to get merged, so you might want to do this as a separate PR.
I think it's on more places, getOutputWidth is an example; although it's a low priority issue.