#15820: Implement sequences of bounded integers
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  algebra            |   Resolution:
       Keywords:  sequence bounded   |    Merged in:
  integer                            |    Reviewers:
        Authors:  Simon King         |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  93546db866564a80d80df30de48934697e2b0d1d
  u/SimonKing/ticket/15820           |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by chapoton):

 I confirm the doctest failures on 6.4.beta1:

 {{{

 sage -t --long src/sage/misc/bounded_integer_sequences.pyx
 **********************************************************************
 File "src/sage/misc/bounded_integer_sequences.pyx", line 1086, in
 sage.misc.bounded_integer_sequences.BoundedIntegerSequence.__getitem__
 Failed example:
     S[1::2]
 Expected:
     <1, 2, 20>
 Got:
     <1, 6, 23>
 **********************************************************************
 File "src/sage/misc/bounded_integer_sequences.pyx", line 1088, in
 sage.misc.bounded_integer_sequences.BoundedIntegerSequence.__getitem__
 Failed example:
     S[-1::-2]
 Expected:
     <9, 7, 6, 4>
 Got:
     <9, 7, 22, 15>


 }}}

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