Skip to content

Fix numpy generated warnings that are breaking unit tests #232

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

Merged
merged 2 commits into from
Jul 29, 2018

Conversation

murrayrm
Copy link
Member

The latest version of numpy marks the matrix class as something that is pending deprecation. The warnings generated by numpy were breaking some of the python-control unit tests (see numpy-discussion thread). This PR fixes the unit tests that were causing problems by filtering the warning messages to only include those from python-control.

@coveralls
Copy link

coveralls commented Jul 29, 2018

Coverage Status

Coverage remained the same at 78.914% when pulling 53e0a09 on murrayrm:fix-statesp_test-warnings into a007fcc on python-control:master.

@murrayrm murrayrm merged commit 71101bf into python-control:master Jul 29, 2018
@murrayrm murrayrm deleted the fix-statesp_test-warnings branch July 29, 2018 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants