Re: Issue 2258 in sympy: doctest fails in master

2011-04-19 Thread sympy
Comment #9 on issue 2258 by gdrummo...@gmail.com: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 This error appears to be system dependent. It has also been raised in issue 2282. http://code.google.com/p/sympy/issues/detail?id=2282 Following Chris's suggestion,

Re: Issue 2258 in sympy: doctest fails in master

2011-04-19 Thread sympy
Updates: Status: Duplicate Mergedinto: 2282 Comment #10 on issue 2258 by asmeurer: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 See also issue 2282, which is a duplicate of this one. -- You received this message because you are subscribed to the

Re: Issue 2258 in sympy: doctest fails in master

2011-04-04 Thread sympy
Comment #8 on issue 2258 by smi...@gmail.com: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 Let's just pick better examples for the doctest? In this case, one with an integer result would be fine, wouldn't it? h[16] x=2+2*sqrt(2) h[18]

Issue 2258 in sympy: doctest fails in master

2011-04-03 Thread sympy
Status: Accepted Owner: nicolas@gmail.com Labels: Type-Defect Priority-Medium New issue 2258 by nicolas@gmail.com: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 ~/Programmation/sympy (master) $ ./bin/doctest polygon = test

Re: Issue 2258 in sympy: doctest fails in master

2011-04-03 Thread sympy
Comment #1 on issue 2258 by nicolas@gmail.com: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 I use python 2.6.5 and Ubuntu 10.04 32 bits. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group,

Re: Issue 2258 in sympy: doctest fails in master

2011-04-03 Thread sympy
Comment #2 on issue 2258 by Vinzent.Steinberg: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 The results are obviously the same, but it is strange that the minus gets pulled out. -- You received this message because you are subscribed to the Google Groups

Re: Issue 2258 in sympy: doctest fails in master

2011-04-03 Thread sympy
Comment #3 on issue 2258 by nicolas@gmail.com: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 Yes. Had this occurred inside a test file, I would have done something like: result1 = ... result2 = ... assert t.inradius in [result1, result2] But in a docstring

Re: Issue 2258 in sympy: doctest fails in master

2011-04-03 Thread sympy
Comment #4 on issue 2258 by matt...@gmail.com: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 It's indeed strange. SymPy is known for this annoying manipulation of minus sign, but in this case the order of terms should be different. Can you reproduce this in a

Re: Issue 2258 in sympy: doctest fails in master

2011-04-03 Thread sympy
Comment #5 on issue 2258 by Vinzent.Steinberg: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 The doctest fails on my system too. Python 2.7.1, 64 bit Linux. In [7]: e.args Out[7]: ⎛ ⎞ ⎜ 12 ╱ 2

Re: Issue 2258 in sympy: doctest fails in master

2011-04-03 Thread sympy
Comment #6 on issue 2258 by nicolas@gmail.com: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 Same output. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this group, send email to

Re: Issue 2258 in sympy: doctest fails in master

2011-04-03 Thread sympy
Updates: Cc: elliso...@gmail.com Comment #7 on issue 2258 by asmeurer: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258 Isn't that the keep_sign thing? By the way, there are also a bunch of doctest failures in Python 2.4 in the quantum code. -- You