Skip to content

Fix unit tests that generate multiple warnings #986

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 1 commit into from
Mar 31, 2024

Conversation

murrayrm
Copy link
Member

In preparing for the v0.10.0 release, I found a few more warnings that were not getting trapped properly. The issue was that you get multiple warnings from a single call, you need to test them separately. This wasn't showing up in local testing, but showed up under the GitHub action runs. So figured it was best to clean them up.

I also ran isort on files that I updated to get some consistency in import statements at the top of files (I've been doing that as I make changes).

@coveralls
Copy link

Coverage Status

coverage: 94.482%. remained the same
when pulling 0cafd68 on murrayrm:fix_warnings-31Mar2024
into c8d9c8f on python-control:main.

@murrayrm murrayrm merged commit 1b2abe3 into python-control:main Mar 31, 2024
23 checks passed
@murrayrm murrayrm deleted the fix_warnings-31Mar2024 branch March 31, 2024 16:48
@murrayrm murrayrm added this to the 0.10.0 milestone Mar 31, 2024
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