-
Notifications
You must be signed in to change notification settings - Fork 54
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
Assertion check error in core.pyx
#34
Comments
I have the exact same problem since last night! Have to learn some Cython but still, this error seems to be in the Since this library is updated three months ago and we both seem to be running into trouble since last night, maybe it's some changes in the Cython library. It could be a |
These assertions just make sure that assumptions about the number of dimensions of arrays in the C library and the python wrapper are actually correct. Do you think you can provide the contents of the
which results in the assertion failure? Or I can extract them from the example you have given once I get back to my desk a little later. |
Thanks for the prompted reply. If it helps, this is the data I used as inputs to the Code:
Output:
|
I revised my code and when inputs are 2D arrays the |
@yuqli |
@rougier I think this pull request for glumpy should fix the issue with the assertion error. |
@drufat Oh nice, many thanks. |
I'm using triangle for the glumpy library (glumpy.github.io) and since last update (triangle), I get some consistent errors:
When I looked at your code, I've to admit I'm a bit puzzled by these lines:
Obviously in my case these assertions are False but I'm not sure to understand how this can be. Any advices on how to debug ?
In glumpy, I'm using the tiger.py to test.
The text was updated successfully, but these errors were encountered: