Open ofloveandhate opened 1 year ago
the following script is generating crashes:
import pybertini as pb x = pb.multiprec.Complex("2.43", "0.21") pb.multiprec.conj(x)
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
complex_multiprecision_class/complex_conjugation
test/classes/complex_test.cpp
the following script is generating crashes: