You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an array of non-negative numbers, that when used with rolling_sum or rolling_mean produce an output array that has a small negative number in it.
I have an array of non-negative numbers, that when used with
rolling_sum
orrolling_mean
produce an output array that has a small negative number in it.The test looks like this:
It requires a small binary array to reproduce, because of the floating point numbers (so I created a gist: https://gist.github.com/3948013).
You can run the test case:
I made sure this bug affects the most current version of Pandas:
The text was updated successfully, but these errors were encountered: