#9880: Pynac comparison functions do not provide a SWO
------------------------------------------------------------------+---------
       Reporter:  jpflori                                         |         
Owner:  burcin                          
           Type:  defect                                          |        
Status:  needs_review                    
       Priority:  major                                           |     
Milestone:  sage-5.10                       
      Component:  symbolics                                       |    
Resolution:                                  
       Keywords:  pynac                                           |   Work 
issues:                                  
Report Upstream:  N/A                                             |     
Reviewers:  Burcin Erocal, Jean-Pierre Flori
        Authors:  Burcin Erocal, Jean-Pierre Flori, Volker Braun  |     Merged 
in:                                  
   Dependencies:  #13213                                          |      
Stopgaps:                                  
------------------------------------------------------------------+---------

Comment (by vbraun):

 I get a bunch of doctest failures because of changed term orders, stuff
 like
 {{{
 File "devel/sage/sage/plot/plot3d/plot3d.py", line 418, in
 sage.plot.plot3d.plot3d.Spherical
 Failed example:
     T.transform(radius=r, azimuth=theta, inclination=phi)
 Expected:
     (r*sin(phi)*cos(theta), r*sin(phi)*sin(theta), r*cos(phi))
 Got:
     (r*cos(theta)*sin(phi), r*sin(phi)*sin(theta), r*cos(phi))
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9880#comment:74>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to