#18769: Implement affinization crystal and allow KyotoPathModel to use extended
weight lattice
-------------------------------------+-------------------------------------
       Reporter:  tscrim             |        Owner:  sage-combinat
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  combinatorics      |   Resolution:
       Keywords:  crystals           |    Merged in:
        Authors:  Travis Scrimshaw   |    Reviewers:  Ben Salisbury
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  public/crystals/kyoto_path_model_weight-18769|  
c18b71c7851e71f8fc1bce382df09bfcdde574f0
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by tscrim):

 Hmm...That is completely strange, but it seems to be something related to
 using OSX (the patchbot agreed with the doctest). You don't get the same
 failure when testing the other crystal files, right? What's your output
 for the following:
 {{{
 sage: cmp(int(0), 'delta')
 -1
 sage: cmp('delta', int(0))
 1
 sage: cmp('delta', 0)
 1
 }}}

 I also fixed another error from the name change (I missed one).

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