That's a known failure in certain random seeds. The fix should be made upstream.
Aaron Meurer On Oct 10, 2012, at 3:45 AM, mario <[email protected]> wrote: On Wednesday, October 10, 2012 9:22:10 AM UTC+2, Sachin Joglekar wrote: > > > I'll reinstall sympy and check again. The boolalg-copy file is my mistake > I guess. And the 'elliptic' file error? I also get errors there running the test `N=20000` times instead of `N=5` times; giving a bit more precision it passes it ``` # Abramowitz Table 16.5 # cn(K, q) = 0; K is K(k), first complete elliptic integral equality = jcn(K, m) mp.prec -= 3 assert(equality.ae(0)) mp.prec += 3 ``` -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/Y85E6EqtF0UJ. 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.
