- Notifications
You must be signed in to change notification settings - Fork441
SISO tf() may not work with numpy arrays with numpy.int elements.#158
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Does this discussion seem related?numpy/numpy#2951 |
coveralls commentedOct 22, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@roryyorke Thanks for your comments. @jed-frey Hope this helps. Also found thisQnA. |
murrayrm commentedDec 27, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Different parts of this PR are covered by other PR's:
There is some unit test code there that it would be good to merge. I will try to take care of that in the coming days. |
The changes in this PR have been incorporated into PR#135. |
SISO tf() function may not work if an input argument is numpy.int.
(@sunhapos could identify this)
Please check the test for cases.
Should this be a numpy issue? If so, is a quick patch such as3fe4067 desirable?
Thanks,
KW