On Tue, Oct 9, 2012 at 7:26 PM, Aaron Meurer <[email protected]> wrote: > On Tue, Oct 9, 2012 at 1:04 PM, Julien Rioux <[email protected]> wrote: >> It looks like tests would past if we change everywhere: >> - assert dup_cyclotomic_p([1,1,1], ZZ) == True >> + assert dup_cyclotomic_p(ZZ.map([1,1,1]), ZZ) == True > > Yes, we should do this, even if we end up deleting the sympy ground > types, because it will not be the same with gmpy either (and hence > things like benchmarks with gmpy won't be accurate). > > Aaron Meurer
https://github.com/sympy/sympy/pull/1574 -- Julien -- 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.
