#15145: Add instructions for creating fp groups of order 15 or less
-------------------------------------+-------------------------------------
       Reporter:  dshurbert          |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  minor              |    Milestone:  sage-6.1
      Component:  documentation      |   Resolution:
       Keywords:  documentation, fp  |    Merged in:
  groups                             |    Reviewers:  Travis Scrimshaw
        Authors:  Davis Shurbert     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  3b898114f5d6ba65e27fe20a9aae66c6356378ee
  u/vbraun/fp_groups_15              |     Stopgaps:
   Dependencies:  #14998  #14994     |
  #14813 #14791 #15028               |
-------------------------------------+-------------------------------------
Changes (by vbraun):

 * status:  closed => new
 * resolution:  fixed =>


Comment:

 Long doctests fail:
 {{{
 sage -t --long src/sage/doctest/sources.py
 **********************************************************************
 File "src/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', '.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 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 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 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 3 tests in sage/rings/invariant_theory.py that are not being
 run
     There are 4 tests in doc/en/constructions/groups.rst that are not
 being run
 **********************************************************************
 }}}

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