Skip to content
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

Closed
dovahcrow opened this issue Feb 23, 2021 · 7 comments · Fixed by #216
Closed

Supporting object numpy array? #175

dovahcrow opened this issue Feb 23, 2021 · 7 comments · Fixed by #216

Comments

@dovahcrow
Copy link

dovahcrow commented Feb 23, 2021

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); to dtype.rs should make it work.

@messense
Copy link
Member

See #143 (comment)

@kngwyu
Copy link
Member

kngwyu commented Jul 13, 2021

We don't have to close this, but I just don't know how it can work.

@kngwyu kngwyu reopened this Jul 13, 2021
@dovahcrow
Copy link
Author

We don't have to close this, but I just don't know how it can work.

Is it fixed through #195?

@kngwyu
Copy link
Member

kngwyu commented Jul 14, 2021

Is it fixed through

Not at all

@adamreichold
Copy link
Member

@kngwyu I am trying to reproduce the issues from #143 (comment), can I find the test code somewhere which triggered this?

@adamreichold
Copy link
Member

Is it the test added in this commit: b3f37a7

@kngwyu
Copy link
Member

kngwyu commented Nov 6, 2021

Yeah I think so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants