> That's what > > # long time > > is supposed to be for.
I don't think so. You wouldn't want to see a doctest take one hour to run, even if it is flagged with 'long time'. I don't know about you, but I run 'long' doctests several time per day on some files. >> The same happens for some doctests that rely on optional LP solvers: >> they can take <1s with CPLEX/Gurobi, but 'standard sage' (with GLPK) >> cannot be expected to ever solve them. > > So if a user tries to use them they will be effectively broken? Broken? Why? They do return the expected output, they only do it very very slowly (and perhaps not at all) when you don't have "one of several solvers" installed. When you do, it can be instantaneous. Thus, it is probably better to not test them every time somebody types 'make ptestlong'. Nathann -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
