scipopt / PySCIPOpt

Python interface for the SCIP Optimization Suite
https://scipopt.github.io/PySCIPOpt
MIT License
771 stars 253 forks source link

several tests failing against local build of master branch #836

Open ctdunc opened 3 months ago

ctdunc commented 3 months ago

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.

To Reproduce pip install .;pytest. Expected behavior Tests should pass.

System

Joao-Dionisio commented 3 months ago

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.

ctdunc commented 3 months ago

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

Joao-Dionisio commented 3 months ago

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.