Bug relating to resampling
tingiskhan opened this issue · 1 comments
tingiskhan commented
Sometimes there is an error relating to the resampling where the resampling scheme generates an index that is 1 greater than the length of the array.
tingiskhan commented
It seems as though this bug is a consequence of using numpy.searchsorted
. It works fine when we pass float64
, but not float32
. As such, wait for pytorch
's implementation.