-
Notifications
You must be signed in to change notification settings - Fork 120
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
Supporting object numpy array? #175
Labels
Comments
See #143 (comment) |
We don't have to close this, but I just don't know how it can work. |
Is it fixed through #195? |
Not at all |
@kngwyu I am trying to reproduce the issues from #143 (comment), can I find the test code somewhere which triggered this? |
Is it the test added in this commit: b3f37a7 |
Yeah I think so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are there any reasons that we do not have Element implemented for PyObject?
As far as I can see, adding this line
impl_num_element!(PyObject, Object, NPY_OBJECT);
todtype.rs
should make it work.The text was updated successfully, but these errors were encountered: