-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
TST: fix an optimize.linprog test that fails intermittently. #7874
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
Conversation
Will merge this before branching. @mdhaber can you please double check? |
Is there any information about which particular test this is? |
Yes. The whole output (with a couple of extra lines due to my debug-by-print-statement):
|
There are a few tests where I've relaxed tolerances, and I would do the same here if it's having trouble. |
Locally. Probably due to 32-bit Linux, we don't have that on TravisCI. |
I see now that this is not 100% correct, my comment about |
So I'll remove the line |
The tolerance for this test was borderline. It fails about 1 in 3 runs on 32-bit Linux. Note that this test is run in 3 subclasses with different ``options`` dicts. There's no pattern in the failures it seems, they all fail intermittently. [ci skip]
2a858f7
to
ceafcd3
Compare
Skipped CI because merging it straight away. Review still welcome of course. |
The tolerance for this test was borderline. It fails about 1 in 3
runs on 32-bit Linux. Note that this test is run in 3 subclasses
with different
options
dicts. There's no pattern in the failuresit seems, they all fail intermittently.
[ci skip]