shapelets/khiva

BinnedEntropy function produces NaN values

avilchess opened this issue · 0 comments

The binnedEntropy function produces nan values with the following input parameters:

auto tss = {1..20, 21.. 40}
result = binnedEntropy(tss, 5)
af_print(result) => [nan nan]