enthought / enthought/comtypes
ndarray of VARIANTs does not work on Numpy 1.15 (works fine on 1.13)
Open
npsupport
- Dominant language
- Python
- Stars
- 345
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
safearray._ndarray_to_variant_array:
----------> varr.flat = [VARIANT(v) for v in value.flat]
causes
ValueError: Error setting single item of array.
Contributor guide
Assessment
This issue has not been assessed yet.