Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2011-01-11 Thread sympy
Comment #9 on issue 1729 by smichr: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 This is fixed by the commit of issue 2039. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to

Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2011-01-08 Thread sympy
Updates: Status: Fixed Comment #8 on issue 1729 by smichr: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 The initial issue was solved with commit 02a106acea769. -- You received this message because you are subscribed to the Goog

Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2011-01-07 Thread sympy
Comment #7 on issue 1729 by asmeurer: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 So the GoldenRatio problem is issue 2110. If you are not still seeing the failure from the OP (roots_quartic), then this issue should be closed. --

Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2011-01-07 Thread sympy
Comment #6 on issue 1729 by asmeurer: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 Well, for me, myFlag is never set to True, so it isn't even running in that part of the code. -- You received this message because you are subscribed

Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2011-01-07 Thread sympy
Comment #5 on issue 1729 by smichr: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 {It's a little tricky trying to carry this conversion on at two different places...this is part of what I was talking about when I raised the issues w

Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2011-01-07 Thread sympy
Comment #4 on issue 1729 by asmeurer: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 Chris, what doctest/regular test failures do you have in Windows now (after applying my fix from issue 2041)? -- You received this message because yo

Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2010-04-05 Thread sympy
Comment #3 on issue 1729 by Vinzent.Steinberg: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 Is this fixed now? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this iss

Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2009-11-30 Thread sympy
Comment #2 on issue 1729 by ronan.l...@gmail.com: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 I've played a bit with this, the results returned by roots_quartic are awfully complicated. For instance, I found no way of proving that re(r

Re: Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2009-11-30 Thread sympy
Comment #1 on issue 1729 by smichr: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 This is corrected in the branch for review at Issue 1730. -- You received this message because you are listed in the owner or CC fields of this issue, or be

Issue 1729 in sympy: doctest failure on new master for Windows 32 sys

2009-11-30 Thread sympy
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium New issue 1729 by smichr: doctest failure on new master for Windows 32 sys http://code.google.com/p/sympy/issues/detail?id=1729 Recent master ha a failing doctest: sympy.polys.rootfinding.roots_quartic __