8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Forwardports #2797.
Sorry, something went wrong.
Fix invalid typestring size
86dbd45
Revert to pre numpy 1.7 behavior where invalid typestring size was ignored and isplay deprecate warning. This warning should eventually be changed to an error in future numpy versions.
Refactor to cover more cases; modify unit tests
4237c6e
Modify unit tests for 32 bit support
18e73ab
Refactor unit tests and add DECREF
83de7cd
- Refactor unit tests for invalid dtypes so that each test is on a separate line. This will make it easier to figure out which typestring is failing the unit test. - Add Py_DECREF for temp variable
Add debug logging to figure out why unit test fails on Travis
0f5afde
Add fix to unit test; remove debug logging
1f1537e
Add check to see if 12 bytes is a valid size for a long double
Merge pull request #2853 from certik/forwardport2797
8093d5a
Forwardports #2797
Successfully merging this pull request may close these issues.