I found possible erroneous behaviour the getBins method can produce. if lowerBinId and upperBinId are equal and there's no bin array for it the method returns empty bins array but when lowerBinId and upperBinId aren't equal it can skip bins completely.
I found possible erroneous behaviour the
getBins
method can produce. iflowerBinId
andupperBinId
are equal and there's no bin array for it the method returns empty bins array but whenlowerBinId
andupperBinId
aren't equal it can skip bins completely.