#4327: Refactor and extend root systems plots
----------------------------------------------------+-----------------------
       Reporter:  nthiery                           |         Owner:  mhansen   
                                        
           Type:  enhancement                       |        Status:  
needs_work                                        
       Priority:  minor                             |     Milestone:  sage-5.10 
                                        
      Component:  combinatorics                     |    Resolution:            
                                        
       Keywords:                                    |   Work issues:  minor 
long test failure                           
Report Upstream:  N/A                               |     Reviewers:  Nicolas 
M. Thiéry, Nicolas Borie, Travis Scrimshaw
        Authors:  Nicolas Borie, Nicolas M. Thiéry  |     Merged in:            
                                        
   Dependencies:  #14175, #14176, #14177, #2023     |      Stopgaps:            
                                        
----------------------------------------------------+-----------------------

Comment (by nthiery):

 Uploaded a new version (double checked by Travis) fixing one of the long
 doctest failure on 5.10. It was caused by the new matplotlib that emits a
 warning for arrows of length 0:
 {{{
 sage: arrow([1,1],[1,1])
 /home/nthiery/sage-5.10.beta1/local/lib/python2.7/site-
 packages/matplotlib/patches.py:3039: RuntimeWarning: invalid value
 encountered in double_scalars
   ddx = pad_projected * dx / cp_distance
 /home/nthiery/sage-5.10.beta1/local/lib/python2.7/site-
 packages/matplotlib/patches.py:3040: RuntimeWarning: invalid value
 encountered in double_scalars
   ddy = pad_projected * dy / cp_distance
 /home/nthiery/sage-5.10.beta1/local/lib/python2.7/site-
 packages/matplotlib/patches.py:3043: RuntimeWarning: invalid value
 encountered in double_scalars
   dx = dx / cp_distance * head_dist
 /home/nthiery/sage-5.10.beta1/local/lib/python2.7/site-
 packages/matplotlib/patches.py:3044: RuntimeWarning: invalid value
 encountered in double_scalars
   dy = dy / cp_distance * head_dist
 }}}

 The other failure is due to some doctests being ignored. See:

  https://groups.google.com/forum/?fromgroups=#!topic/sage-
 devel/4m1ydGdiGf8

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