lusewell

Results 2 issues of lusewell

Edit is much smaller than diff suggests - mostly just whitespace due to an extra layer of indentation. The test added generates the segfault described in https://github.com/pydata/bottleneck/issues/381 without the rest...

**Describe the bug** Segfault or wrong answer when running various functions on a numpy array with unusual strides. Looks like reading outside the array. **To Reproduce** ```python import bottleneck import...

bug