-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Using Numpy to send a 2D array to the COM interface, a "TypeError" occurs #334
Comments
This sounds similar to #212 problems. What seems difficult is that the tests that use Aside from that, I'm not familiar with |
And try to use the current From the 1.1.11 release to the present, #308(related to |
Sure, I'm using its |
I will try this branch later, thanks! |
Sorry for not replying in time because I was busy, but it still didn't work after I tried it. |
Here is my test code and error log
And main code
I think the bug might be in safearray.py, line 386-387
It should be that
VARIANT
cannot be assigned tovarr.flat
due to dtype not being correctly identifiedMay I ask where did I write wrong, or is this a feature that is not yet supported,
can you give some suggestions? thank you very much
Environment
python version: 3.10
numpy version: 1.23.1
The text was updated successfully, but these errors were encountered: