#10285: Adding support to an ARM processor
----------------------+-----------------------------------------------------
   Reporter:  Snark   |       Owner:  GeorgSWeber
       Type:  defect  |      Status:  needs_info 
   Priority:  major   |   Milestone:             
  Component:  build   |    Keywords:  ARM        
     Author:          |    Upstream:  N/A        
   Reviewer:          |      Merged:             
Work_issues:          |  
----------------------+-----------------------------------------------------
Changes (by dimpase):

  * status:  new => needs_info


Comment:

 Replying to [comment:22 vbraun]:
 > Some failures are just time outs because your processor is slower than
 what the doctest writer took into account. I think thats the origin of the
 "0 doctests failed" case.
 >
 > The only worrying ones are the pickling error (no idea whats going on
 there) and the two floating point rounding errors, for example
 > {{{
 > File "/home/jpuydt/sage-4.6/devel/sage-main/sage/functions/other.py",
 line 497:
 >     sage: gamma1(float(6))
 > Expected:
 >     120.0
 > Got:
 >     119.99999999999997
 > }}}
 > I think this is using GSL to compute the gamma function. Definitely
 needs to be sorted out why it fails on ARM.

 as far as floating point goes,  119.99999999999997 is definitely equal to
 120...
 I don't see why this can be classified as a bug. To me, it's just a
 feature of this particular FPU, nothing
 more than that. (e.g. it can present 6 as 5.9999999999999, nothing is
 wrong with this...)
 I think you can just modify the doctests accordingly.


 Regarding the pickling, is this even a stable failure, i.e. when you re-
 run this particular test, do you see exactly the same error
 again and again?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10285#comment:28>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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/sage-trac?hl=en.

Reply via email to