Differences between revisions 22 and 25 (spanning 3 versions)
Revision 22 as of 2011-01-16 17:08:52
Size: 2537
Comment:
Revision 25 as of 2011-01-16 21:40:44
Size: 3412
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
    * w = Word('12112') and w.conjugate? ("pos can be any integer")
    * w = Word('12112') and w.is_cadence?
    * w = Word('12112') and w.return_words?
* w = Word('12112') and w.complete_return_words?
    * w = Word('12112') and w.return_words_derivate?
    * w = Word('12112') and        * w.conjugate? ("pos can be any integer")
      * w = Word('12112') and w.is_cadence?
      * w = Word('12112') and w.return_words?
  
* w = Word('12112') and w.complete_return_words?
      * w = Word('12112') and w.return_words_derivate?
Line 23: Line 24:
    * graphs generators without intput:
      * sage: graphs.CircularLadderGraph?
      * sage: graphs.CycleGraph?
      * sage: graphs.ToroidalGrid2dGraph?
      * sage: graphs.Grid2dGraph?
      * sage: graphs.LadderGraph?
      * sage: graphs.LollipopGraph?
      * sage: graphs.PathGraph?
      * sage: graphs.StarGraph?
      * sage: graphs.WheelGraph?
      * sage: graphs.KneserGraph?
      * sage: graphs.OddGraph?
      * sage: graphs.MycielskiStep?
      * sage: graphs.CompleteGraph?
      * sage: graphs.CompleteBipartiteGraph?
      * sage: graphs.CubeGraph? [this could also be nice to replace 'n' by 'dimension']
      * sage: graphs.FuzzyBallGraph?
      * sage: graphs.DorogovtsevGoltsevMendesGraph?
      * sage: graphs.RandomGNP?
    * words generator without input:
      * sage: words.CodingOfRotationWord?



This page aims to have a list some unreferenced bugs that people will have to report on the trac server during the "how to report a bug" session. We need to find about 20 bugs, to be found among the sage documentation. You should mention which version of sage (4.6 or 4.6.1) is used.

documentation bugs

whish list

other bugs

  • fix indentation in the
    • combinat/sf/schur.py
    • combinat/sf/macdonald.py
    • combinat/sf/powersum.py
    • combinat/sf/elementary.py

days28-unreferenced_bugs (last edited 2011-01-17 23:57:42 by ThierryMonteil)