b2 icon indicating copy to clipboard operation
b2 copied to clipboard

pybertini: complex conjugation of multiprec complex crashes

Open ofloveandhate opened this issue 2 years ago • 1 comments

the following script is generating crashes:

import pybertini as pb
x = pb.multiprec.Complex("2.43", "0.21")
pb.multiprec.conj(x)

ofloveandhate avatar Apr 30 '23 22:04 ofloveandhate

it works correctly in C++. the error must be in the binding layer

the C++ test is complex_multiprecision_class/complex_conjugation in test/classes/complex_test.cpp

ofloveandhate avatar Jul 06 '23 15:07 ofloveandhate