array_t initialize #4475
husiluanxiang
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
auto in = py::array_t<double, py::array::c_style | py::array::forcecast>(100)

when I initialize an array_t object.I get an error in lookup().I cant import numpy.core.multiarray
Beta Was this translation helpful? Give feedback.
All reactions