Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Do not error on warnings raised about non-tuple indexing. #8885

Conversation

insertinterestingnamehere
Copy link
Member

This avoids having the tests error on the warnings introduced in
numpy/numpy#9686

The change is pretty much verbatim from
#8879 (comment)

This should get the CI tests working until #8879 can be finished.

This avoids having the tests error on the warnings introduced in
numpy/numpy#9686
@pv
Copy link
Member

pv commented May 29, 2018

I guess we want once instead of always after all, since it seems to spam too much, and that's sufficient to report each occurrence in any case. Replaced the commit here, probably anyone can merge if it passes.

@insertinterestingnamehere
Copy link
Member Author

Yep, that makes sense. I'll merge once it passes.

@insertinterestingnamehere insertinterestingnamehere merged commit e9c31bd into scipy:master May 29, 2018
@rgommers rgommers added the maintenance Items related to regular maintenance tasks label Jun 4, 2018
@rgommers rgommers added this to the 1.2.0 milestone Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Items related to regular maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants