Skipping the test is a good workaround, but this should be investigated. Python ground types should not be that much slower than gmpy. I suspect there is a bug in PythonIntegerType or PythonRationalType.
Aaron Meurer On Thu, Aug 11, 2011 at 7:40 AM, Tomo Lazovich <[email protected]> wrote: > For the record, I am also seeing this hanging in OS X (no gmpy either). > > On Thu, Aug 11, 2011 at 7:37 AM, Jeremias Yehdegho <[email protected]> > wrote: >> >> On 08/11/2011 01:55 PM, smichr wrote: >> > groebnertools appears to hang starting with commit >> >> Thank you, fix: https://github.com/sympy/sympy/pull/539 >> >> I think the problem was test_czichowski, which takes too long without >> gmpy (at least on my computer, now that I tried it without gmpy). Sorry. >> >> Kind Regards, >> Jeremias >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" 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?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
