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

MAINT: TST: Make tests NumPy 1.8 compatible #9379

Merged
merged 6 commits into from
Oct 15, 2018
Merged

Conversation

ilayn
Copy link
Member

@ilayn ilayn commented Oct 15, 2018

In #9190 and #8259 , the tests involve the usage of np.moveaxis and np.testing.assert_warns which are introduced in NumPy 1.11 but we still support 1.8.

And for some reason it has not failed in the original PRs but started to fail recently. I have converted to 1.8.2 compatible syntax without changing the logic.

@ilayn ilayn added scipy.optimize scipy.signal maintenance Items related to regular maintenance tasks labels Oct 15, 2018
@ilayn ilayn changed the title MAINT: Remove moveaxis() until NumPy 1.11 MAINT: TST: Make tests NumPy 1.8 compatible Oct 15, 2018
@ilayn
Copy link
Member Author

ilayn commented Oct 15, 2018

squashing and merging this since all PRs are failing on this and the change is clear enough to track what changed.

@ilayn ilayn merged commit 1ec1c8a into scipy:master Oct 15, 2018
@ilayn ilayn deleted the rm_moveaxis branch October 15, 2018 13:58
@ilayn ilayn added this to the 1.2.0 milestone Nov 5, 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 scipy.optimize scipy.signal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant