-
Notifications
You must be signed in to change notification settings - Fork 127
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
test_optimization_with_linear_constraint
in integration tests is flaky.
#421
Comments
I can confirm that it's a bit flacky, but not nearly as bad as 50% for me. Running this test locally, it fails once every 20 runs or so. Is that worse for you @mmahsereci ? |
Starting to suspect this might be related to #291 |
It failed repeatedly during my last PRs which was quite annoying. If I had to guess it was more often than every 20 times. Did not try locally. |
It seems that there are two more tests failing now. These ones do not seem to be simply flaky but there are some shape and index errors.
See e.g., |
Perhaps it's due to scipy again. They released version 1.9.0 some days ago and the failed tests seem to be using it while the tests that pass use an older version |
It was scipy indeed. Some explanation is in the fixing PR. Tests should be passing again! |
Closing since it should be fixed by #437 . |
Test fails about 50% of the time due to infs or nans.
integration_tests/emukit/bayesian_optimization/test_constrained_loop.py::test_optimization_with_linear_constraint
The text was updated successfully, but these errors were encountered: