hptt icon indicating copy to clipboard operation
hptt copied to clipboard

Python API not working for complex arrays

Open s-mandra opened this issue 2 years ago • 1 comments

Test fails for the python API when complex numbers are used. The culprit seems to be a missing parameter in pythonAPI/hptt/hptt.py at line 119 (setConjA is missing, which is instead present in the C handle).

s-mandra avatar Feb 16 '23 17:02 s-mandra

Fixed in #32.

s-mandra avatar Feb 16 '23 19:02 s-mandra