#14102: Nonsymmetric Macdonald Polynomials for all affine types
-------------------------------------+-------------------------------------
       Reporter:  bump               |        Owner:  sage-combinat
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-pending
      Component:  combinatorics      |   Resolution:
       Keywords:  Nonsymmetric       |    Merged in:
  Macdonald polynomials, days40,     |    Reviewers:  Anne Schilling,
  days45, days49, days54             |  Nicolas M. Thiéry, Mark Shimozono,
        Authors:  Nicolas M.         |  Bogdan Ion
  Thiéry, Anne Schilling             |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  96ae730a0475ac99cb6c0119d58c9f659e612f1e
  public/combinat/nonsymmetric_macdonald-14102|     Stopgaps:
   Dependencies:  #4327, #14143,     |
  #13589, #10963, #14673, #14610,    |
  #14775                             |
-------------------------------------+-------------------------------------

Comment (by aschilling):

 I get similar errors to what Volker indicated:
 {{{
 sage -t --long non_symmetric_macdonald_polynomials.py
 **********************************************************************
 File "non_symmetric_macdonald_polynomials.py", line 200, in
 
sage.combinat.root_system.non_symmetric_macdonald_polynomials.NonSymmetricMacdonaldPolynomials
 Failed example:
     T._test_relations()                 # long time (1.3s)
 Exception raised:
     Traceback (most recent call last):
       File "/Applications/sage/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 480, in _run
         self.execute(example, compiled, test.globs)
       File "/Applications/sage/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 839, in execute
         exec compiled in globs
       File "<doctest
 
sage.combinat.root_system.non_symmetric_macdonald_polynomials.NonSymmetricMacdonaldPolynomials[30]>",
 line 1, in <module>
         T._test_relations()                 # long time (1.3s)
       File "/Applications/sage/local/lib/python2.7/site-
 packages/sage/combinat/root_system/hecke_algebra_representation.py", line
 471, in _test_relations
         tester.assertEqual(x, y)
       File "/Applications/sage/local/lib/python/unittest/case.py", line
 515, in assertEqual
         assertion_func(first, second, msg=msg)
       File "/Applications/sage/local/lib/python/unittest/case.py", line
 508, in _baseAssertEqual
         raise self.failureException(msg)
     AssertionError: (-q1^2*q2^2-q1*q2^3)*B[-e[0] - e[1] + 2*e['delta']] +
 (-q1^2*q2^2-q1*q2^3)*B[e[0] + e['delta'] - e[1]] + (-q1*q2^3)*B[-2*e[1] +
 2*e['delta']] + (-q1^2*q2^2-q1*q2^3)*B[e['delta']] !=
 (-q1^2*q2^2-2*q1*q2^3-q2^4)*B[-e[0] - e[1] + 2*e['delta']] +
 (q1*q2^3+q2^4)*B[-e[0] + 2*e['delta'] - e[1]] +
 (-q1^2*q2^2-q1*q2^3)*B[e[0] - e[1] + e['delta']] + (-q1*q2^3)*B[-2*e[1] +
 2*e['delta']] + (-q1^2*q2^2-q1*q2^3)*B[e['delta']]
 **********************************************************************
 1 item had failures:
    1 of 432 in
 
sage.combinat.root_system.non_symmetric_macdonald_polynomials.NonSymmetricMacdonaldPolynomials
     [562 tests, 1 failure, 453.14 s]
 ----------------------------------------------------------------------
 sage -t --long non_symmetric_macdonald_polynomials.py  # 1 doctest failed
 ----------------------------------------------------------------------
 Total time for all tests: 453.4 seconds
     cpu time: 451.7 seconds
     cumulative wall time: 453.1 seconds
 }}}

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