Hi,

On 11 August 2011 15:49, Aaron Meurer <[email protected]> wrote:

> 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.
>

Coefficients in this test can have 60 digits and more, so it's quite
understandable why this test hangs under Python ground types. Skipping is
fine for now, but really this should be a conditional tests, i.e. do it if
gmpy is available and otherwise skip.


>
> 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.
>
>
Mateusz

-- 
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.

Reply via email to