On Nov 26, 7:38 pm, John H Palmieri <[EMAIL PROTECTED]> wrote:

Hi John,

> On Intel Mac OS X.5: after jumping through all of the appropriate
> hoops to make this version,

:)

> sage -testall -long had four failures, two
> of which are familiar:
>
> 1. #3758 sage -t -long devel/sage/sage/crypto/mq/sr.py
> 2. #3760 sage -t -long devel/sage/sage/schemes/elliptic_curves/
> ell_finite_field.py
>
> Two were new to me:
>
> 3. numerical noise (in which some dots ... seem to be ignored?) in
> devel/sage/sage/schemes/elliptic_curves/ell_rational_field.py
>
> File "/Applications/sage-3.2.1.alpha1/devel/sage/sage/schemes/
> elliptic_curves/ell_rational_field.py", line 4071:
>     sage: a = E.integral_points([P1,P2,P3], verbose=True)
> Expected:
>     Using mw_basis  [(2 : 0 : 1), (3 : -4 : 1), (8 : -22 : 1)]
>     e1,e2,e3:  -3.01243037259331 1.0658205476962... 1.94660982489710
>     Minimal eigenvalue of height pairing matrix:  0.63792081458500...
>     x-coords of points on compact component with  -3 <=x<= 1
>     [-3, -2, -1, 0, 1]
>     x-coords of points on non-compact component with  2 <=x<= 6
>     [2, 3, 4]
>     starting search of remaining points using coefficient bound  5
>     x-coords of extra integral points:
>     [2, 3, 4, 8, 11, 14, 21, 37, 52, 93, 342, 406, 816]
>     Total number of integral points: 18
> Got:
>     Using mw_basis  [(2 : 0 : 1), (3 : -4 : 1), (8 : -22 : 1)]
>     e1,e2,e3:  -3.01243037259330 1.06582054769621 1.94660982489710
>     Minimal eigenvalue of height pairing matrix:  0.637920814585007
>     x-coords of points on compact component with  -3 <=x<= 1
>     [-3, -2, -1, 0, 1]
>     x-coords of points on non-compact component with  2 <=x<= 6
>     [2, 3, 4]
>     starting search of remaining points using coefficient bound  5
>     x-coords of extra integral points:
>     [2, 3, 4, 8, 11, 14, 21, 37, 52, 93, 342, 406, 816]
>     Total number of integral points: 18

#4634

> 4. numerical noise in devel/sage/sage/plot/plot.py, seems to be
> related to #4572, and in particular '4572-maxima-float-fixes.patch':
>
> File "/Applications/sage-3.2.1.alpha1/devel/sage/sage/plot/plot.py",
> line 4576:
>     sage: adaptive_refinement(sin, (0,0), (pi,0),
> adaptive_tolerance=0.01)
> Expected:
>     [(0.125*pi, 0.38268343236508978), (0.1875*pi,
> 0.55557023301960218), (0.25*pi, 0.70710678118654746), (0.3125*pi,
> 0.83146961230254524), (0.375*pi, 0.92387953251128674), (0.4375*pi,
> 0.98078528040323043), (0.5*pi, 1.0), (0.5625*pi, 0.98078528040323043),
> (0.625*pi, 0.92387953251128674), (0.6875*pi, 0.83146961230254546),
> (0.75*pi, 0.70710678118654757), (0.8125*pi, 0.55557023301960218),
> (0.875*pi, 0.38268343236508989)]
> Got:
>     [(0.125*pi, 0.38268343236508978), (0.1875*pi,
> 0.55557023301960218), (0.25*pi, 0.70710678118654746), (0.3125*pi,
> 0.83146961230254512), (0.375*pi, 0.92387953251128674), (0.4375*pi,
> 0.98078528040323043), (0.5*pi, 1.0), (0.5625*pi, 0.98078528040323043),
> (0.625*pi, 0.92387953251128674), (0.6875*pi, 0.83146961230254546),
> (0.75*pi, 0.70710678118654757), (0.8125*pi, 0.55557023301960218),
> (0.875*pi, 0.38268343236508984)]

#4635

>   John

I can post two quick patches and if you can doctest them fast I can
wait for half an hour before doing 3.2.1.a2 which is otherwise ready
to go

Cheers,

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