- Notifications
You must be signed in to change notification settings - Fork441
remove np.int#978
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
remove np.int#978
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks, but this is unused old code. This should be "fixed" when actually merged into python-control or be removed. An thoughts@robertobucher,@murrayrm? |
Also, if we fix it, Plain |
coveralls commentedMar 20, 2024
I think we can probably remove the I'll post a short PR to remove it and close out this PR. |
In
numpy
versions >1.24 the usage ofnp.int
has been deprecated. This is the only file that uses this.This PR makes a change to allow
python-control
to be compatible withnumpy
> 1.24.https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations