#14776: enhancement: Implementation of strong k-tableaux
------------------------------------+------------------------------
       Reporter:  zabrocki          |        Owner:  zabrocki
           Type:  enhancement       |       Status:  needs_review
       Priority:  major             |    Milestone:  sage-5.12
      Component:  combinatorics     |   Resolution:
       Keywords:  tableaux, days49  |    Merged in:
        Authors:  Mike Zabrocki     |    Reviewers:  Anne Schilling
Report Upstream:  N/A               |  Work issues:
         Branch:                    |       Commit:
   Dependencies:  #12250            |     Stopgaps:
------------------------------------+------------------------------

Comment (by aschilling):

 Hi Mike,

 > That was unexpected, but easily changed.

 Did you fix the error? I still get the same error that Jeroen reported
 {{{
 combinat anne$ sage -t --long core.py
 Running doctests with ID 2013-09-27-11-38-00-bec5fc69.
 Doctesting 1 file.
 sage -t --long core.py
 **********************************************************************
 File "core.py", line 379, in sage.combinat.core.Core.weak_le
 Failed example:
     c.weak_le(x)
 Expected:
     Traceback (most recent call last):
     ...
     AssertionError: The two cores do not have the same k
 Got:
     <BLANKLINE>
     Traceback (most recent call last):
       File "/Applications/sage-5.12.beta5/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 479, in _run
         self.execute(example, compiled, test.globs)
       File "/Applications/sage-5.12.beta5/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 838, in execute
         exec compiled in globs
       File "<doctest sage.combinat.core.Core.weak_le[7]>", line 1, in
 <module>
         c.weak_le(x)
       File "/Applications/sage-5.12.beta5/local/lib/python2.7/site-
 packages/sage/combinat/core.py", line 386, in weak_le
         raise ValueError("The two cores do not have the same k")
     ValueError: The two cores do not have the same k
 **********************************************************************
 1 item had failures:
    1 of   9 in sage.combinat.core.Core.weak_le
     [119 tests, 1 failure, 9.02 s]
 ----------------------------------------------------------------------
 sage -t --long core.py  # 1 doctest failed
 ----------------------------------------------------------------------
 Total time for all tests: 9.2 seconds
     cpu time: 4.9 seconds
     cumulative wall time: 9.0 seconds
 }}}

 Also, doing a diff, I cannot see that you changed any content
 {{{
 hg diff
 diff --git a/trac_14776-strong-ktableaux-mz.patch b/trac_14776-strong-
 ktableaux-mz.patch
 --- a/trac_14776-strong-ktableaux-mz.patch
 +++ b/trac_14776-strong-ktableaux-mz.patch
 @@ -1,5 +1,8 @@
  # HG changeset patch
 -# Parent 58eed6940f88ab629a22eec9627878cdd23e6566
 +# User Mike Zabrocki
 +# Date 1376683423 14400
 +# Node ID bb1ee08d656b6426a6fe76dd2aee284284343a2a
 +# Parent  85cc8a56797b4f299b118bff6ba8cffcdb3e421f
  #14776 : implements StrongTableau and StrongTableaux classes

  diff --git a/sage/combinat/all.py b/sage/combinat/all.py
 }}}

 Best,

 Anne

--
Ticket URL: <http://trac.sagemath.org/ticket/14776#comment:12>
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/groups/opt_out.

Reply via email to