#17330: Take in the module OEIS the keyword 'dead' of sequences into account.
-------------------------------------+-------------------------------------
       Reporter:  pluschny           |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.4
      Component:  misc               |   Resolution:
       Keywords:  OEIS               |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/moritz/ticket/17330              |  8ea4b1a1c8c29d8221e9a5d486ccc1f2c433271d
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by moritz):

 * cc: moritz (added)
 * commit:   => 8ea4b1a1c8c29d8221e9a5d486ccc1f2c433271d
 * branch:   => u/moritz/ticket/17330


Comment:

 Here is how this could be fixed (see git branch).

 When doctesting this, I noticed the another bug:

 {{{
 **********************************************************************
 File "src/sage/databases/oeis.py", line 845, in
 sage.databases.oeis.OEISSequence.keywords
 Failed example:
     f.keywords()                          # optional -- internet
 Expected:
     ('core', 'nonn', 'nice', 'easy', 'hear')
 Got:
     ('core', 'nonn', 'nice', 'easy', 'hear', 'changed')
 **********************************************************************
 }}}
 This is due to the fact that the keyword 'changed' is temporarily added,
 so this would go away after a while. I propose to change that example to a
 sequence that is not altered as often as the Fibonacci numbers (see
 commit)
 ----
 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=8ea4b1a1c8c29d8221e9a5d486ccc1f2c433271d
 8ea4b1a]||{{{first try to fix 17330}}}||

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

Reply via email to