#15882: Implement a catalog for crystals
-------------------------------------+-------------------------------------
       Reporter:  tscrim             |        Owner:  sage-combinat
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.2
      Component:  combinatorics      |   Resolution:
       Keywords:  crystals catalog   |    Merged in:
        Authors:  Travis Scrimshaw   |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  public/combinat/crystals/catalog   |  207f38e8414c0e2fd7d79badfd8a17a6792ca4ba
   Dependencies:  #14275             |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by aschilling):

 And more
 {{{
 sage -t classical_crystals.py
 **********************************************************************
 File "classical_crystals.py", line 104, in
 
sage.categories.classical_crystals.ClassicalCrystals.ParentMethods.opposition_automorphism
 Failed example:
     T = CrystalOfTableaux(['A',5],shape=[1])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.<tab> instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 File "classical_crystals.py", line 268, in
 sage.categories.classical_crystals.ClassicalCrystals.ParentMethods.__iter__
 Failed example:
     C = CrystalOfLetters(['A',5])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.Letters instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 File "classical_crystals.py", line 455, in
 
sage.categories.classical_crystals.ClassicalCrystals.ElementMethods.lusztig_involution
 Failed example:
     T = HighestWeightCrystal(La[1])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.HighestWeight instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 3 items had failures:
    1 of  15 in
 
sage.categories.classical_crystals.ClassicalCrystals.ElementMethods.lusztig_involution
    1 of  19 in
 sage.categories.classical_crystals.ClassicalCrystals.ParentMethods.__iter__
    1 of   9 in
 
sage.categories.classical_crystals.ClassicalCrystals.ParentMethods.opposition_automorphism
     [80 tests, 3 failures, 5.74 s]
 sage -t crystals.py
 **********************************************************************
 File "crystals.py", line 135, in
 sage.categories.crystals.Crystals.ParentMethods.an_element
 Failed example:
     C = CrystalOfLetters(['A', 5])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.Letters instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 File "crystals.py", line 156, in
 sage.categories.crystals.Crystals.ParentMethods.weight_lattice_realization
 Failed example:
     K = KirillovReshetikhinCrystal(['A',2,1], 1, 1)
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.KirillovResetikhin instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 File "crystals.py", line 217, in
 sage.categories.crystals.Crystals.ParentMethods.__iter__
 Failed example:
     C = CrystalOfLSPaths(['A',2,1],[-1,0,1])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.<tab> instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 File "crystals.py", line 514, in
 sage.categories.crystals.Crystals.ParentMethods.digraph
 Failed example:
     T = HighestWeightCrystal(La[0])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.HighestWeight instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 4 items had failures:
    1 of  19 in sage.categories.crystals.Crystals.ParentMethods.__iter__
    1 of   3 in sage.categories.crystals.Crystals.ParentMethods.an_element
    1 of  27 in sage.categories.crystals.Crystals.ParentMethods.digraph
    1 of   5 in
 sage.categories.crystals.Crystals.ParentMethods.weight_lattice_realization
     [193 tests, 4 failures, 2.22 s]
 sage -t finite_crystals.py
     [9 tests, 0.05 s]
 sage -t highest_weight_crystals.py
 **********************************************************************
 File "highest_weight_crystals.py", line 100, in
 
sage.categories.highest_weight_crystals.HighestWeightCrystals.ParentMethods.highest_weight_vectors
 Failed example:
     C = CrystalOfLetters(['A',5])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.Letters instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 File "highest_weight_crystals.py", line 107, in
 
sage.categories.highest_weight_crystals.HighestWeightCrystals.ParentMethods.highest_weight_vectors
 Failed example:
     T =
 TensorProductOfCrystals(C,C,C,generators=[[C(2),C(1),C(1)],[C(1),C(2),C(1)]])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.<tab> instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 1 item had failures:
    2 of   6 in
 
sage.categories.highest_weight_crystals.HighestWeightCrystals.ParentMethods.highest_weight_vectors
     [24 tests, 2 failures, 0.08 s]
 sage -t highest_weight_crystals.py~
     AttributeError in doctesting framework
 **********************************************************************
 Traceback (most recent call last):
   File "/Applications/sage/local/lib/python2.7/site-
 packages/sage/doctest/forker.py", line 2091, in __call__
     doctests, extras = self.source.create_doctests(sage_namespace)
   File "/Applications/sage/local/lib/python2.7/site-
 packages/sage/doctest/sources.py", line 639, in create_doctests
     return self._create_doctests(namespace)
   File "/Applications/sage/local/lib/python2.7/site-
 packages/sage/doctest/sources.py", line 236, in _create_doctests
     self._init()
 AttributeError: 'FileDocTestSource' object has no attribute '_init'

 sage -t regular_crystals.py
 **********************************************************************
 File "regular_crystals.py", line 132, in
 
sage.categories.regular_crystals.RegularCrystals.ParentMethods.demazure_operator
 Failed example:
     T = CrystalOfTableaux(['A',2], shape=[2,1])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.<tab> instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 File "regular_crystals.py", line 217, in
 sage.categories.regular_crystals.RegularCrystals.ElementMethods.epsilon
 Failed example:
     C = CrystalOfLetters(['A',5])
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.Letters instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 File "regular_crystals.py", line 306, in
 
sage.categories.regular_crystals.RegularCrystals.ElementMethods.demazure_operator_simple
 Failed example:
     K = KirillovReshetikhinCrystal(['A',2,1],2,1)
 Expected nothing
 Got:
     doctest:839: DeprecationWarning: this is being removed from the global
 namespace. Use crystals.KirillovResetikhin instead
     See http://trac.sagemath.org/15882 for details.
 **********************************************************************
 3 items had failures:
    1 of  13 in
 
sage.categories.regular_crystals.RegularCrystals.ElementMethods.demazure_operator_simple
    1 of   4 in
 sage.categories.regular_crystals.RegularCrystals.ElementMethods.epsilon
    1 of  12 in
 
sage.categories.regular_crystals.RegularCrystals.ParentMethods.demazure_operator
     [83 tests, 3 failures, 0.75 s]
 ----------------------------------------------------------------------
 sage -t classical_crystals.py  # 3 doctests failed
 sage -t crystals.py  # 4 doctests failed
 sage -t highest_weight_crystals.py  # 2 doctests failed
 sage -t highest_weight_crystals.py~  # AttributeError in doctesting
 framework
 sage -t regular_crystals.py  # 3 doctests failed
 ----------------------------------------------------------------------
 Total time for all tests: 9.4 seconds
     cpu time: 8.2 seconds
     cumulative wall time: 8.8 seconds
 }}}

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