#15475: Reenable broken doctests in #15473 and #15476 when #10963 is merged
------------------------------------------+-------------------------
       Reporter:  darij                   |        Owner:
           Type:  task                    |       Status:  new
       Priority:  minor                   |    Milestone:  sage-5.13
      Component:  categories              |   Resolution:
       Keywords:  10963, categories, c3   |    Merged in:
        Authors:                          |    Reviewers:
Report Upstream:  N/A                     |  Work issues:
         Branch:                          |       Commit:
   Dependencies:  #10963, #15473, #15476  |     Stopgaps:
------------------------------------------+-------------------------
Changes (by darij):

 * dependencies:  #10963, #15473 => #10963, #15473, #15476


Old description:

> Speaking of this one:
> {{{
>             The following doctest is disabled pending :trac:`10963`::
>
>                 sage: s = SymmetricFunctions(Zmod(14)).s() # not tested
>                 sage: s.is_integral_domain() # not tested
>                 False
> }}}
> Also, rebase and merge the attached doc fixes to the categories primer.

New description:

 Speaking of these ones:
 {{{
             The following doctest is disabled pending :trac:`10963`::

                 sage: s = SymmetricFunctions(Zmod(14)).s() # not tested
                 sage: s.is_integral_domain() # not tested
                 False
 }}}
 and
 {{{
                     sage: def descent_test(n):
                     ....:     DA = DescentAlgebra(QQ, n)
                     ....:     NSym = NonCommutativeSymmetricFunctions(QQ)
                     ....:     S = NSym.S()
                     ....:     DAD = DA.D()
                     ....:     w_n = DAD(set(range(1, n)))
                     ....:     for I in Compositions(n):
                     ....:         if not (S[I].star_involution()
                     ....:                 == w_n *
 S[I].to_descent_algebra(n) * w_n):
                     ....:             return False
                     ....:         return True
                     sage: all( descent_test(i) for i in range(4) ) # not
 tested
                     True
                     sage: all( descent_test(i) for i in range(6) ) # not
 tested
                     True

                 .. TODO::

                     Once :trac:`10963` is in, remove the first "not
 tested" above,
                     and replace the second one by "long time".
 }}}
 Also, rebase and merge the attached doc fixes to the categories primer.

--

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