-
Notifications
You must be signed in to change notification settings - Fork 257
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
2 tests fail #951
Comments
Hey @yurivict, thank you for bringing this to our attention! Apparently, these errors are being ignored on the Python side, I'll try to find out why. Also, it probably makes sense for us to not print the same warning about linking to a newer SCIP version every test :) |
So just looked into it, and this is the desired behavior. So, for example, in the |
I get same warning after upgrade to 5.3.0 on Linux and macOS: pip install "pyscipopt==5.3.0"
python -c "import pyscipopt; pyscipopt.Model()" Is this warning message correct? I guess attached SCIP in pyscipopt wheel is incompatible. (cc: Jij-Inc/ommx#311) |
Hey, @termoshtt! That also happened to me, and then I remember I had SCIPOPTDIR defined somewhere else, and my local pyscipopt was linking against it. After uninstalling my previous version of pyscipopt and removing SCIPOPTDIR from my bash, I stopped having the warning. Could something like this help? (On a side note, I'm always super happy to see other projects using PySCIPOpt!! Please don't be afraid to ask for features you'd want to see) EDIT: This warning was also reproducible on our end. |
Describe the bug
System
pyscipopt
? From sourceThe text was updated successfully, but these errors were encountered: