#16035: RealLazyField element comparison breaks on OSX
-----------------------------------+----------------------------
   Reporter:  rws                  |            Owner:
       Type:  defect               |           Status:  new
   Priority:  major                |        Milestone:  sage-6.2
  Component:  commutative algebra  |         Keywords:
  Merged in:                       |          Authors:
  Reviewers:                       |  Report Upstream:  N/A
Work issues:                       |           Branch:
     Commit:                       |     Dependencies:
   Stopgaps:                       |
-----------------------------------+----------------------------
 This is from #13125, (comment 22):

 ...it seems to fail only when comparing to zero (OSX 10.7.5):
 {{{
 sage: filter(lambda x: RLF(x) < -oo, range(-10,10))
 [0]
 sage: filter(lambda x: RLF(float(x)/3) < -oo, range(-10,10))
 [0]
 }}}
 while on Linux I get:
 {{{
 sage: filter(lambda x: RLF(x) < -oo, range(-10,10))
 []
 sage: filter(lambda x: RLF(float(x)/3) < -oo, range(-10,10))
 []
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16035>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to