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

Fix Python Image copy-from-numpy constructor #965

Closed
cchriste opened this issue Feb 12, 2021 · 3 comments
Closed

Fix Python Image copy-from-numpy constructor #965

cchriste opened this issue Feb 12, 2021 · 3 comments
Assignees

Comments

@cchriste
Copy link
Contributor

Our current attempt to copy a numpy array into an image is broken.
.def(py::init([](py::array_t<long> np_array) {

This relates to #903 and #716

@cchriste
Copy link
Contributor Author

This is now working from the pybind pull request

@sheryjoe
Copy link
Contributor

@cchriste should we close this?

@cchriste
Copy link
Contributor Author

cchriste commented Jun 4, 2021

pybind merged with added tests, closing issue

@cchriste cchriste closed this as completed Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants