Closed 6bdad4c1-1e26-4f2f-a442-a01a2292c181 closed 14 years ago
Nathann's patch fails on normal (non-optional) doctesting because of undefined variables/some sections not marked "optional".
Attachment: trac_9392-first_reviewer.patch.gz
Fixes non-optional doctesting. Apply on top of Nathann's patch.
With my reviewer patch applied, at least passes reasonable tests (-long
, -long
with -only-optional=cbc,glpk
in sage/numerical
) on a 32-bit system where the doctest previously did not fail...
Leaving as "needs review" for further testing.
Author: Nathann Cohen
Doesn't this depend on #9312?
Reviewer: Leif Leonhardy, Robert Miller
Not really... Though if we say it depends on #9312, then we do not need to add these "optional" flags anymore :-D
Nathann
Merged: sage-4.5.alpha3
Well, if GLPK gets a standard package, we should definitely remove the optional
tags, since otherwise these tests are omitted in the usual test process.
(We could just substitute optional
by standard
to make life easier in case the package is made optional again for some reason. Same for Nathann's patch at #9312.)
Replying to @nexttime:
Well, if GLPK gets a standard package, we should definitely remove the
optional
tags, since otherwise these tests are omitted in the usual test process.
This is addressed at #9432.
Not really broken, but subject to change of behaviours depending on the solver used.... ;-)
Nathann
CC: @rlmill @nexttime
Component: numerical
Author: Nathann Cohen
Reviewer: Leif Leonhardy, Robert Miller
Merged: sage-4.5.alpha3
Issue created by migration from https://trac.sagemath.org/ticket/9392