-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
1 optional gurobi doctest failing #26999
Comments
comment:1
This failure was first seen in 8.6.beta0 and was not present in 8.5.beta5. Looking at what was merged in 8.5.beta6 and 8.6.beta0, the first natural hypothesis would be that this failure was introduced in #24740 merged in 8.6.beta0. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
Probably so; I don't think we've tested against all optional packages (though perhaps that's just something I'm going to start doing, at least with all the optional packages I can successfully install on a give platform...). |
comment:5
I see now; this is not even an optional package, but an external dependency of proprietary software :( Nevertheless, the issue seems straightforward... |
comment:6
On second thought, looking at the relevant code changes, it's not at all clear what would have changed to result in this difference, especially on Python 2. It's possible #24740 is not even related. It would help if you could do some examples manually, since the output from the test suite is not very helpful (it would be better if it showed the actual difference). What does it show if you do:
That seems to be the test this is doing, though I'm not positive if that's all that's needed to reproduce the failure, and without access to Gurobi I can't easily debug it :( |
comment:7
I have access to two machines with Gurobi installed, one running 8.5.beta4 and the other running 8.6.rc0:
|
comment:8
Replying to @embray:
"For University Users: If you are a student, faculty, or staff member at a recognized degree-granting institution, you may be eligible for a free, full-featured, no-size limit, academic version of Gurobi." |
comment:9
Thanks--all of the above is useful info. |
Author: Erik Bray |
Branch: u/embray/ticket-26999 |
Commit: |
comment:11
It fixes the issue. |
Reviewer: Sébastien Labbé |
comment:12
Retarging tickets optimistically to the next milestone. If you are responsible for this ticket (either its reporter or owner) and don't believe you are likely to complete this ticket before the next release (8.7) please retarget this ticket's milestone to sage-pending or sage-wishlist. |
Changed branch from u/embray/ticket-26999 to |
Using 8.6.beta1 with Gurobi installed and available in Sage (as explained here), the command
gives
Component: linear programming
Author: Erik Bray
Branch/Commit:
8cd23e4
Reviewer: Sébastien Labbé
Issue created by migration from https://trac.sagemath.org/ticket/26999
The text was updated successfully, but these errors were encountered: