Paul Bogdan
Paul Bogdan
Thanks, I'm on MNE 1.0.3. I should be able to do a pull request later today. I also see a `_AutoReject` class. I did not need to change that to...
I looked into this, and a `.sort` would not be needed in `_AutoReject` because `_AutoReject` seems to take picks from `AutoReject` after picks were already sorted. About a test, do...
Sorry, about this delayed response. My understanding of testing and pytest is rather tenuous. I'm guessing that I should just put the code from my previous comment into autoreject/tests/test_autoreject.py, and...