#17321: Pynac RuntimeError: comparing typeid's
-------------------------------------------------+-------------------------
       Reporter:  vbraun                         |        Owner:
           Type:  defect                         |       Status:  new
       Priority:  major                          |    Milestone:  sage-6.7
      Component:  symbolics                      |   Resolution:
       Keywords:                                 |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Fixed upstream, in a later     |  Work issues:
  stable release.                                |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:  pynac-0.3.7                    |
-------------------------------------------------+-------------------------
Changes (by rws):

 * dependencies:   => pynac-0.3.7
 * upstream:  Reported upstream. Developers acknowledge bug. => Fixed
     upstream, in a later stable release.


Comment:

 With the latest commit in Pynac we now have:
 {{{
 sage: ex = sin(x).series(x==0, 3) * x
 sage: str(ex)
 'x*(1*x + Order(x^3))'
 sage: cmp(SR(oo), sqrt(2))
 1
 sage: bool(SR(oo) < sqrt(2))
 False
 sage: bool(SR(oo) > sqrt(2))
 False
 }}}
 This means there is no longer a runtime error, there is however still code
 missing in Pynac and Sage to correctly handle these requests.

--
Ticket URL: <http://trac.sagemath.org/ticket/17321#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 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