#18453: Infinite affine crystals should use extended weight lattice
-------------------------------------+-------------------------------------
       Reporter:  bump               |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.8
      Component:  combinatorics      |   Resolution:
       Keywords:  crystals, days65   |    Merged in:
        Authors:  Ben Salisbury,     |    Reviewers:
  Anne Schilling, Travis Scrimshaw   |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  42ed2f2cdb58a8f5383159716e9be570c779a7f3
  public/crystal/18453               |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by bump):

 There are doctest failures in non_symmetric_macdonald_polynomials.py.
 There are quite a few but for example:

 {{{

 Failed example:
     for d in range(1,2):                                  # long time
 (41s)
         for a,b,c,d in !IntegerVectors(d,4):
             weight = a*La![1]+b*La![2]+c*La![3]+d*La![4]
             weight0 = -a*omega![1]-b*omega![2]-c*omega![3]-d*omega![4]
             LS = crystals.ProjectedLevelZeroLSPaths(weight)
             assert E[weight0].map_coefficients(lambda !x:x.subs(t=0)) ==
 LS.one_dimensional_configuration_sum(q)
 Exception raised:
     Traceback (most recent call last):
       File "/home/bump/sagemath/sage/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 496, in _run
         self.compile_and_execute(example, compiler, test.globs)
       File "/home/bump/sagemath/sage/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 858, in compile_and_execute
         exec(compiled, globs)
       File "<doctest
 
sage.combinat.root_system.non_symmetric_macdonald_polynomials.!NonSymmetricMacdonaldPolynomials![201]>",
 line 6, in <module>
         assert E[weight0].map_coefficients(lambda !x:x.subs(t=Integer(0)))
 == LS.one_dimensional_configuration_sum(q)
     !AssertionError
 }}}

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