-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
BUGFIX: If python2js_buffer fails, python2js leaves the error flag in an invalid state #1111
Conversation
Can you test this without using numpy? This ought to be a type conversion test.
|
I don't know, will investigate. I'm going to update |
I think we should also try converting the numpy tests from |
Also, what's the difficulty in turning the original bug reproduction
method into an actual test case?
|
Original bug reproduction involved the code in |
You should load the numpy package first. |
Indeed I should. |
I fixed #1110. If
python2js_buffer
fails, we need to clear the Python error flag before trying a backup approach.