#14875: Remove CombinatorialClass from DyckWords
------------------------------------+------------------------------
       Reporter:  tscrim            |        Owner:  sage-combinat
           Type:  enhancement       |       Status:  needs_work
       Priority:  major             |    Milestone:  sage-5.13
      Component:  combinatorics     |   Resolution:
       Keywords:                    |    Merged in:
        Authors:  Travis Scrimshaw  |    Reviewers:  Darij Grinberg
Report Upstream:  N/A               |  Work issues:
         Branch:                    |       Commit:
   Dependencies:                    |     Stopgaps:
------------------------------------+------------------------------
Changes (by jdemeyer):

 * status:  positive_review => needs_work


Comment:

 {{{
 **********************************************************************
 File "devel/sage/sage/doctest/sources.py", line 666, in
 sage.doctest.sources.FileDocTestSource._test_enough_doctests
 Failed example:
     for path, dirs, files in itertools.chain(os.walk('sage'),
 os.walk('doc')): # long time
         path = os.path.relpath(path)
         dirs.sort(); files.sort()
         for F in files:
             _, ext = os.path.splitext(F)
             if ext in ('.py', '.pyx', '.sage', '.spyx', '.rst'):
                 filename = os.path.join(path, F)
                 FDS = FileDocTestSource(filename,
 DocTestDefaults(long=True,optional=True))
                 FDS._test_enough_doctests(verbose=False)
 Expected:
     There are 6 tests in sage/combinat/dyck_word.py that are not being run
     There are 18 tests in sage/combinat/partition.py that are not being
 run
     There are 15 tests in sage/combinat/permutation.py that are not being
 run
     There are 14 tests in sage/combinat/skew_partition.py that are not
 being run
     There are 18 tests in sage/combinat/tableau.py that are not being run
     There are 8 tests in sage/combinat/crystals/tensor_product.py that are
 not being run
     There are 15 tests in sage/combinat/root_system/cartan_type.py that
 are not being run
     There are 8 tests in sage/combinat/root_system/type_A.py that are not
 being run
     There are 8 tests in sage/combinat/root_system/type_G.py that are not
 being run
     There are 3 unexpected tests being run in sage/doctest/parsing.py
     There are 1 unexpected tests being run in sage/doctest/reporting.py
     There are 9 tests in sage/graphs/graph_plot.py that are not being run
     There are 2 tests in sage/server/notebook/worksheet.py that are not
 being run
 Got:
     There are 7 tests in sage/combinat/dyck_word.py that are not being run
     There are 18 tests in sage/combinat/partition.py that are not being
 run
     There are 15 tests in sage/combinat/permutation.py that are not being
 run
     There are 14 tests in sage/combinat/skew_partition.py that are not
 being run
     There are 18 tests in sage/combinat/tableau.py that are not being run
     There are 8 tests in sage/combinat/crystals/tensor_product.py that are
 not being run
     There are 15 tests in sage/combinat/root_system/cartan_type.py that
 are not being run
     There are 8 tests in sage/combinat/root_system/type_A.py that are not
 being run
     There are 8 tests in sage/combinat/root_system/type_G.py that are not
 being run
     There are 3 unexpected tests being run in sage/doctest/parsing.py
     There are 1 unexpected tests being run in sage/doctest/reporting.py
     There are 9 tests in sage/graphs/graph_plot.py that are not being run
     There are 2 tests in sage/server/notebook/worksheet.py that are not
 being run
 **********************************************************************
 }}}

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