Hi, I just discovered that a doctest in 5.9beta5 with the # tol keyword is not able to use the ellipsis properly. In particular, I tried to patch the doctest in
sage/numerical/mip.pyx at line 2031. The expected output contains the version string of GLPK which I want to replace with the ellipsis because on Gentoo we have 4.48 instead of 4.44. However, this does not work as long as the line contains the tol keyword: p.solve() # tol 0.00001 So tol and the ellipsis seem to be exclusive. Is this behavior intended? -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
