Results 69 comments of Kai Striega

> What worries me a bit is test failures for out-of-bounds access (I temporarily switched @boundschecking(True)). However all are in tests-length-1-axis, so likely there's a single cause, around the find_interval_ascending....

I've done some more debugging on this, and I no longer think it's an off by one error. The reason is that they are only sometimes off by one (but...

@ev-br could you please take a look at the difference between ``np.searchsorted`` and our ``find_interval_ascending``? I've sunk quite a bit of time into it and can't get the two outputs...

@ev-br looks great. I'll take it back over from here ;) I've cherry-picked your commits into my branch.

I was looking at writing a function to handle itertools.product but that looks difficult. I think for now I'm going to try a few possibilities and see what sticks. But...

@jjerphan just a few thoughts: 1. Thanks for the thorough review, I appreciate it. 2. Sorry for taking so long to reply, I'm really busy at the moment with the...

@mdhaber I think this is nearly ready, could you take a look if you can re-run the CircleCI test - apparently I don't have the right permissions to merge the...

This should be done, but you're welcome to take another look. I've been pretty busy working and haven't had as much time to go through it as I would like....

@mdhaber could you help find those non-printable characters? It's the character `\x07` in both instances. I've tried finding it by using grep (`grep -P -n \x07 scipy/integrate/_quadpack_py.py`) and the following...

This is ready for another look. There are also two outstanding comments https://github.com/scipy/scipy/pull/16106#discussion_r867496870 and https://github.com/scipy/scipy/pull/16106#discussion_r867496739 that I'd like to resolve before merging. @mdhaber