On Feb 22, 10:45 am, "Craig Citro" <[EMAIL PROTECTED]> wrote:
> >  this is 2.10.2.rc0, which hopefully will be identical to 2.10.2
> >  final.
>
> I got four doctest failures on my OSX Intel 10.5 box:
>
>         sage -t  devel/sage-main/sage/calculus/calculus.py
>         sage -t  devel/sage-main/sage/rings/number_field/number_field.py
>         sage -t  devel/sage-main/sage/rings/number_field/number_field_ideal.py
>         sage -t  devel/sage-main/sage/rings/real_rqdf.pyx
>
> Two of those (the number_field ones) are things I "fixed" earlier
> today; I just spent a while trying to track those down. Anyone who
> wants to see what I figured out, and maybe explain the rest of the
> mystery to me, check out:
>
> http://trac.sagemath.org/sage_trac/ticket/2257
>
> The other two are issues in the precision:
>
> -----------------------------------------------
>
> sage -t  devel/sage-main/sage/rings/real_rqdf.pyx
> **********************************************************************
> File "real_rqdf.pyx", line 32:
>     sage: RQDF(a)
> Expected:
>     0.868588963806503655302257837833210164588794011607333132228907565
> Got:
>     0.868588963806503655302257837833210164588794011607333132228907566
> **********************************************************************
> 1 items had failures:
>    1 of   9 in __main__.example_0
> ***Test Failed*** 1 failures.
> For whitespace errors, see the file .doctest_real_rqdf.pyx
>          [2.4 s]

This is now #2264

> -----------------------------------------------------
>
> sage -t  devel/sage-main/sage/calculus/calculus.py
> **********************************************************************
> File "calculus.py", line 2971:
>     sage: f.find_maximum_on_interval(0,5, tol=0.1, maxfun=10)
> Expected:
>     (0.56109032345808163, 0.857926501456)
> Got:
>     (0.56109032345808174, 0.857926501456)
> **********************************************************************
> 1 items had failures:
>    1 of   3 in __main__.example_76
> ***Test Failed*** 1 failures.
> For whitespace errors, see the file .doctest_calculus.py
>          [31.2 s]

This is now #2263

Cheers,

Michael

> -cc
--~--~---------~--~----~------------~-------~--~----~
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