Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-06-30 Thread sympy
Status: Valid Owner: CC: matt...@gmail.com Labels: Type-Defect Priority-Critical Polynomial New issue 3921 by asmeu...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 Run ./bin/test --slow poly -t python Here is an exam

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Comment #1 on issue 3921 by mario.pe...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 The error seems to occur in ``G = [ g.clear_denoms()[1].set_ring(orig) for g in G ]`` in ``set_ring`` at the end of ``groebner``; it i

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Comment #2 on issue 3921 by matt...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 Apparently this was fixed in new-polys. -- You received this message because this project is configured to send all issue notifications to

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Updates: Status: Started Comment #3 on issue 3921 by matt...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 I bisected this to a0492d3baca522a73db58d5735bc846d5c3a7b44 in new-polys. Cherry-picking that commit into

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Comment #4 on issue 3921 by asmeu...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 Could you make it against 0.7.3? I tried cherry-picking it myself, but I ran into merge conflicts that I am unsure about (should it be R

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-07 Thread sympy
Comment #5 on issue 3921 by asmeu...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 Also, if you could come up with a faster test, that would be great too. -- You received this message because this project is configured to

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-10 Thread sympy
Updates: Labels: NeedsReview Comment #6 on issue 3921 by matt...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 https://github.com/sympy/sympy/pull/2266 -- You received this message because this project is configure

Re: Issue 3921 in sympy: slow tests fail with Python ground types (groebner)

2013-07-12 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #7 on issue 3921 by matt...@gmail.com: slow tests fail with Python ground types (groebner) http://code.google.com/p/sympy/issues/detail?id=3921 Merged. -- You received this message because this project is config