#19251: LinearCode.basis() should be an immutable Sequence
-------------------------------------+-------------------------------------
       Reporter:  ncohen             |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.9
      Component:  coding theory      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Johan S. R.        |    Reviewers:  David Lucas
  Nielsen, Nathann Cohen             |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  public/19251       |  91114c53c06cb430e3738a187a7fadafa7742879
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by kdilks):

 * status:  needs_review => needs_work


Comment:

 One failing test in documentation due to formatting.

 {{{
 File "src/doc/en/prep/Quickstarts/Graphs-and-Discrete.rst", line 325, in
 doc.en.prep.Quickstarts.Graphs-and-Discrete
 Failed example:
     D.basis()
 Expected:
     [(1, 0, 1, 0, 1, 0, 1), (0, 1, 1, 0, 0, 1, 1), (0, 0, 0, 1, 1, 1, 1)]
 Got:
     [
     (1, 0, 1, 0, 1, 0, 1),
     (0, 1, 1, 0, 0, 1, 1),
     (0, 0, 0, 1, 1, 1, 1)
     ]
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/19251#comment:15>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to