Status: Accepted Owner: ondrej.certik CC: robert.kern Labels: Type-Defect Priority-Medium
New issue 1260 by ondrej.certik: the solver fix broke python -Qnew tests http://code.google.com/p/sympy/issues/detail?id=1260 For some reason, the -Qnew tests now fail: http://buildbot.sympy.org/builders/amd64-py2.5-Qnew-sympy-tests/builds/13/steps/shell/logs/stdio with: assert guess_solve_strategy( (x - y**3)/(y**2*(1 - y**2)**(1/2)), y) == GS_RATIONAL AssertionError This was done by this commit: on...@fuji:~/repos/sympy(3c3b415...|BISECTING)$ git bisect goode6becad22a44725ae04a2976552e16aa8fff9827 is first bad commit commit e6becad22a44725ae04a2976552e16aa8fff9827 Author: Robert Kern <[email protected]> Date: Sun Jan 11 04:03:17 2009 -0600 BUG: the lists for map() need to be the same length Signed-off-by: Robert Kern <[email protected]> Signed-off-by: Ondrej Certik <[email protected]> :040000 040000 c90b24aa3d8807c383daf0b8c9413a91eb3f9b3f f60e2ce1bc642dadcca7fe06b78a5d330c01b92a M sympy -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en -~----------~----~----~----~------~----~------~--~---
