(ind)
| 304 | subtract_drift = True |
| 305 | |
| 306 | def chunksizes(ind): |
| 307 | # Helper function to satisfy npartitions |
| 308 | return chunksize + int(ind < residual) |
| 309 | |
| 310 | # Always start with 0th item in seqarr, |
| 311 | # and then try to take chunksize steps |
no outgoing calls
no test coverage detected