-
Notifications
You must be signed in to change notification settings - Fork 252
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
several tests failing against local build of master branch #836
Comments
Hello, @ctdunc, thank you for the issue! Also, thank you for your other awesome issue, sorry for not saying anything. These are just general comments and don't really fix the issues.
|
Thank you for clarifying. Mostly wanted to confirm that I was not creating these issues somehow with my local build or missing others in my PR on the other issue |
No problem, @ctdunc! But I'll reopen the issue, since this is still something we need to look at :) EDIT: I hypothesize that the nonlinear test is failing because neither of us has IPOPT. I'll have to test this at some point. |
I concluded that the nonlinear test is not problematic. Since the PT test is fixed and the concurrent test is more related to the other open issues, I'm going to close this one. It also marks the 500th closed issue 🎆 |
Describe the bug
A few of the tests are failing against a local build of master. I am running the latest stable Debian in WSL.
test_model > test_solve_concurrent
segfaults when built against scip compiled with-DAUTOBUILD=on -DTPI=any
with soplex. This does not occur on the PyPI version as it is not built with TPI enabled.test_model > test_locale
fails aspt_PT
is an invalid locale.test_nonlinear > test_addExprNonLinear
fails asy=2.0000163858811364
instead of2
. It may not be respecting the new epsilon?To Reproduce
pip install .;pytest
.Expected behavior
Tests should pass.
System
pyscipopt
? LocallyThe text was updated successfully, but these errors were encountered: