> Here are the pow_computer failures:
> sage -t  devel/sage-main/sage/rings/padics/pow_computer.pyx
> **********************************************************************
> File "pow_computer.pyx", line 160:
>    sage: PC._pow_mpz_t_tmp_demo(6, 8)
> Expected:
>    244140625
> Got:
>    152587890625
> **********************************************************************
> 1 items had failures:
>   1 of   6 in __main__.example_5
> ***Test Failed*** 1 failures.
> For whitespace errors, see the file .doctest_pow_computer.pyx
>         [5.3 s]
> sage -t
>  
> devel/sage-main/sage/rings/padics/pow_computer_ext.pyx**********************************************************************
> File "pow_computer_ext.pyx", line 613:
>    sage: PC._pow_ZZ_tmp_demo(6, 8)
> Expected:
>    244140625
> Got:
>    152587890625
> **********************************************************************
> 1 items had failures:
>   1 of   6 in __main__.example_11
> ***Test Failed*** 1 failures.


These are due to function calls being made in a different order.  It's not a
problem: these functions are intended to demonstrate pitfalls of using
pow_mpz_t_tmp and pow_ZZ_tmp dangerously.  Patch posted at 2259.
David

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to