Not able to call C++ API with numpy array of user defined structs #3491
rajnishdahiya
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have went through documentation and searched a lot on internet but couldn't find any resolution. Here is relevant code snippet
Below is the error I get while using it in python
Above works if I change array_dtype to build-in type, e.g.
using array_dtype = double;
or if I take only 1 object ofOhlc
instead of an array.Not sure if it's a missing feature or bug or quite likely something missing in my code. Please advise.
Beta Was this translation helpful? Give feedback.
All reactions