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
This fixes at least the reproducible part of pandas-dev#30726, however, I am not
totally sure what is going on here.
Tests have shown that there are two solutions that avoid growing memory
usage:
- pass memoryviews (float64_t[:]) instead of ndarray[float64_t]
- remove starti and endi as arguments to _roll_min_max_fixed
This commit implements both.
0 commit comments