#13425: Compute mutation type of a ClusterSeed or ClusterQuiver
---------------------------------------------------+------------------------
       Reporter:  gmoose05                         |         Owner:  
sage-combinat                  
           Type:  enhancement                      |        Status:  needs_info 
                    
       Priority:  major                            |     Milestone:  sage-5.9   
                    
      Component:  combinatorics                    |    Resolution:             
                    
       Keywords:  cluster algebra, quiver, days45  |   Work issues:             
                    
Report Upstream:  N/A                              |     Reviewers:  Christian 
Stump, Gregg Musikier
        Authors:  Gregg Musiker, Christian Stump   |     Merged in:             
                    
   Dependencies:  #13424                           |      Stopgaps:             
                    
---------------------------------------------------+------------------------
Changes (by stumpc5):

  * status:  needs_work => needs_info


Comment:

 Replying to [comment:30 jdemeyer]:
 {{{
 > Expected:
 >     True ('A', 2)
 >     True ('A', (1, 1), 1)
 > Got:
 >     True ('A', (1, 1), 1)
 >     True ('A', 2)
 }}}
 We also had this problem on our machines. It is caused by the (expected,
 weird, buggy ???) behaviour that some machines give
 {{{
 sage: cmp(2,(1,1))
 1
 }}}
 and others do
 {{{
 sage: cmp((1,1),2)
 -1
 }}}
 What should we thus do to get the output in some generic order?

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