Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-10-01 Thread sympy
Updates: Status: Started Labels: NeedsReview Comment #39 on issue 1026 by matt...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 I fixed almost all test failures under PyPy in https://github.com/sympy/sympy/pull/627. -- You received thi

Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-10-06 Thread sympy
Updates: Labels: -NeedsReview PassedReview Comment #40 on issue 1026 by matt...@gmail.com: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 This pull request was merged. There is one more remaining test failure: $ pypy bin/test sympy/functions/elementary/tests

Re: Issue 1026 in sympy: pypy doesn't run sympy

2011-10-10 Thread sympy
Comment #41 on issue 1026 by asmeurer: pypy doesn't run sympy http://code.google.com/p/sympy/issues/detail?id=1026 The problem is p1 = Piecewise((1,Interval(0,1,False,True)),(0,True)) p2 = piecewise_fold(expand((1-x)*p1)) The issue is that Python gives In [4]: p2 Out[4]: ⎧-x + 1 fo