Skip to content
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

pybertini: complex conjugation of multiprec complex crashes #179

Open
ofloveandhate opened this issue Apr 30, 2023 · 1 comment
Open

pybertini: complex conjugation of multiprec complex crashes #179

ofloveandhate opened this issue Apr 30, 2023 · 1 comment

Comments

@ofloveandhate
Copy link
Contributor

the following script is generating crashes:

import pybertini as pb
x = pb.multiprec.Complex("2.43", "0.21")
pb.multiprec.conj(x)
@ofloveandhate
Copy link
Contributor Author

ofloveandhate commented Jul 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant