#12345: Sympy minus infinity doesn't convert to Sage
----------------------------------+-----------------------------------------
       Reporter:  kcrisman        |         Owner:  burcin             
           Type:  defect          |        Status:  needs_review       
       Priority:  major           |     Milestone:  sage-5.1           
      Component:  symbolics       |    Resolution:                     
       Keywords:  sd40.5          |   Work issues:                     
Report Upstream:  N/A             |     Reviewers:  Karl-Dieter Crisman
        Authors:  Douglas McNeil  |     Merged in:                     
   Dependencies:                  |      Stopgaps:                     
----------------------------------+-----------------------------------------

Comment (by dsm):

 Ah, those were merely mirroring the +oo cases.  Really they were only
 testing whether the negation worked; it was the integral test which was
 really verifying the success.  However, we can test it explicitly by
 adding.

 {{{
     sage: bool((-oo)._sympy_() == -sympy.oo)
     True
 }}}

 which fails without the patch.  Modified to incorporate this.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12345#comment:3>
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