-
Notifications
You must be signed in to change notification settings - Fork 608
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
Incorrect x0 in LN_PRAXIS #575
Labels
Comments
indeed the inverse transformation is wrong, also the wheel on pypi uses the wrong commit: DanielBok/nlopt-python#43 |
Great, thanks for the quick response. |
dweindl
added a commit
to dweindl/pyPESTO
that referenced
this issue
Nov 25, 2024
We want to avoid nlopt-python 2.9.0 because it does not match nlopt v2.9.0 and is affected by stevengj/nlopt#575. Closes ICB-DCM#1511.
github-merge-queue bot
pushed a commit
to ICB-DCM/pyPESTO
that referenced
this issue
Nov 26, 2024
We want to avoid nlopt-python 2.9.0 because it does not match nlopt v2.9.0 and is affected by stevengj/nlopt#575. Closes #1511.
dweindl
added a commit
to ICB-DCM/pyPESTO
that referenced
this issue
Nov 26, 2024
We want to avoid nlopt-python 2.9.0 because it does not match nlopt v2.9.0 and is affected by stevengj/nlopt#575. Closes #1511.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Since 6a9fbb0,
LN_PRAXIS
uses somex0
different from the one passed tooptimize
.How to reproduce the issue?
Reproducible with the following example (adapted from
test/t_python.py
):6a9fbb0:
passes the unexpected
x=array([0.31706 , 0.317049])
in the first call tomyfunc
4d57a8a:
passes the expected
x=array([0.0 , 0.0])
in the first call tomyfunc
Version
v2.9.0-2-g6a9fbb0
bad: 6a9fbb0
good: 4d57a8a
Note that this also affects
nlopt==2.9.0
on PyPI (https://github.com/DanielBok/nlopt-python), which seems to be based on some more recent nlopt thanv2.9.0
/ c500b50.Operating System
Linux
Installation media
from source
Additional Context
No response
The text was updated successfully, but these errors were encountered: