Comment #44 on issue 1026 by [email protected]: pypy doesn't run sympy
http://code.google.com/p/sympy/issues/detail?id=1026
And some doctest failures:
______________________________________________________________________________________________________________________________________________________________
__________________________________________________________
sympy.combinatorics.prufer.Prufer.edges
___________________________________________________________
File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/combinatorics/prufer.py",
line
256, in sympy.combinatorics.prufer.Prufer.edges
Failed example:
Prufer.edges([0, 1, 2, 3], [1, 4, 5], [1, 4, 6]) # a K
Expected:
([[0, 1], [1, 2], [4, 6], [4, 5], [1, 4], [2, 3]], 7)
Got:
([[0, 1], [1, 2], [2, 3], [4, 5], [4, 6], [1, 4]], 7)
______________________________________________________________________________________________________________________________________________________________
_____________________________________________________________
sympy.solvers.recurr.rsolve_hyper
______________________________________________________________
File "/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/solvers/recurr.py",
line
485, in sympy.solvers.recurr.rsolve_hyper
Failed example:
rsolve_hyper([-1, -1, 1], 0, x)
Expected:
C0*(1/2 + sqrt(5)/2)**x + C1*(-sqrt(5)/2 + 1/2)**x
Got:
C0*(-sqrt(5)/2 + 1/2)**x + C1*(1/2 + sqrt(5)/2)**x
--
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.