#12834: Modify subs so that it can accept multiple equations just like subs_expr
-------------------------------------+-------------------------------------
       Reporter:  JoalHeagney        |        Owner:  AlexGhitza
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  symbolics          |   Resolution:
       Keywords:  subs algebra       |    Merged in:
  solving                            |    Reviewers:  Vincent Delecroix,
        Authors:  Michael Orlitzky,  |  Michael Orlitzky
  Vincent Delecroix                  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  66b961cffbf0e6ba451c36a1b792219a8d63b93f
  u/mjo/ticket/12834                 |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by vbraun):

 * status:  positive_review => needs_work


Comment:

 {{{
 sage -t --long --warn-long 26.6 src/sage/doctest/sources.py
 **********************************************************************
 File "src/sage/doctest/sources.py", line 694, 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', '.pxd', '.pxi', '.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 7 tests in sage/combinat/dyck_word.py that are not being run
     There are 4 tests in sage/combinat/finite_state_machine.py that are
 not being run
     There are 6 tests in sage/combinat/interval_posets.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 11 tests in
 sage/combinat/rigged_configurations/rigged_configurations.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 3 tests in sage/rings/invariant_theory.py that are not being
 run
 Got:
     There are 7 tests in sage/combinat/dyck_word.py that are not being run
     There are 4 tests in sage/combinat/finite_state_machine.py that are
 not being run
     There are 6 tests in sage/combinat/interval_posets.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 11 tests in
 sage/combinat/rigged_configurations/rigged_configurations.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 3 tests in sage/rings/invariant_theory.py that are not being
 run
     There are 10 tests in sage/symbolic/expression.pyx that are not being
 run
 }}}

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