Hello Jaap, I'm having a hard time reproducing those doctest failures, and I was wondering if you might help me out. Do you still get the failures if you run sage -t on those files now? How about if just type them into the SAGE command line interface?
Thanks, Mike On 9/21/07, Jaap Spies <[EMAIL PROTECTED]> wrote: > > William Stein wrote: > > Hi, > > > > SAGE 2.8.5 has been released at http://sagemath.org/. > > > > > NOTE: Since this is such a major release, there will likely be problems > > and a 2.8.5.1 release shortly to fix them. Please report! > > > > Builds on Fedora 7, > > ---------------------------------------------------------------------- > The following tests failed: > > > sage -t devel/sage-main/sage/combinat/skew_tableau.py > sage -t devel/sage-main/sage/combinat/ribbon.py > Total time for all tests: 1838.3 seconds > [EMAIL PROTECTED] sage-2.8.5]$ > > See below. > > Jaap > > > [EMAIL PROTECTED] sage-2.8.5]$ ./sage -t > devel/sage-main/sage/combinat/skew_tableau.py > sage -t devel/sage-main/sage/combinat/skew_tableau.py > ********************************************************************** > File "skew_tableau.py", line 234: > sage: SkewTableau([[None, 2], [1, 3]]).is_standard() > Expected: > True > Got: > False > ********************************************************************** > File "skew_tableau.py", line 290: > sage: SkewTableau([[None,1],[2],[3]]).restrict(2) > Exception raised: > Traceback (most recent call last): > File "/home/jaap/downloads/sage-2.8.5/local/lib/python2.5/doctest.py", > line 1212, in __run > compileflags, 1) in test.globs > File "<doctest __main__.example_16[0]>", line 1, in <module> > > SkewTableau([[None,Integer(1)],[Integer(2)],[Integer(3)]]).restrict(Integer(2))###line > 290: > sage: SkewTableau([[None,1],[2],[3]]).restrict(2) > File > "/home/jaap/downloads/sage-2.8.5/local/lib/python2.5/site-packages/sage/combinat/skew_tableau.py", > line 297, in restrict > raise ValueError, "the skew tableau must be standard to perform the > restriction" > ValueError: the skew tableau must be standard to perform the restriction > ********************************************************************** > File "skew_tableau.py", line 292: > sage: SkewTableau([[None,1],[2],[3]]).restrict(1) > Exception raised: > Traceback (most recent call last): > File "/home/jaap/downloads/sage-2.8.5/local/lib/python2.5/doctest.py", > line 1212, in __run > compileflags, 1) in test.globs > File "<doctest __main__.example_16[1]>", line 1, in <module> > > SkewTableau([[None,Integer(1)],[Integer(2)],[Integer(3)]]).restrict(Integer(1))###line > 292: > sage: SkewTableau([[None,1],[2],[3]]).restrict(1) > File > "/home/jaap/downloads/sage-2.8.5/local/lib/python2.5/site-packages/sage/combinat/skew_tableau.py", > line 297, in restrict > raise ValueError, "the skew tableau must be standard to perform the > restriction" > ValueError: the skew tableau must be standard to perform the restriction > ********************************************************************** > File "skew_tableau.py", line 307: > sage: SkewTableau([[None,1],[2],[3]]).to_chain() > Exception raised: > Traceback (most recent call last): > File "/home/jaap/downloads/sage-2.8.5/local/lib/python2.5/doctest.py", > line 1212, in __run > compileflags, 1) in test.globs > File "<doctest __main__.example_17[0]>", line 1, in <module> > > SkewTableau([[None,Integer(1)],[Integer(2)],[Integer(3)]]).to_chain()###line > 307: > sage: SkewTableau([[None,1],[2],[3]]).to_chain() > File > "/home/jaap/downloads/sage-2.8.5/local/lib/python2.5/site-packages/sage/combinat/skew_tableau.py", > line 311, in to_chain > raise ValueError, "the skew tableau must be standard to convert to a > chain" > ValueError: the skew tableau must be standard to convert to a chain > ********************************************************************** > 3 items had failures: > 1 of 4 in __main__.example_14 > 2 of 2 in __main__.example_16 > 1 of 1 in __main__.example_17 > ***Test Failed*** 4 failures. > For whitespace errors, see the file .doctest_skew_tableau.py > [1.5 s] > exit code: 256 > > [EMAIL PROTECTED] sage-2.8.5]$ ./sage -t > devel/sage-main/sage/combinat/ribbon.py > sage -t devel/sage-main/sage/combinat/ribbon.py > ********************************************************************** > File "ribbon.py", line 82: > sage: Ribbon([[2,3],[1,4,5]]).is_standard() > Expected: > True > Got: > False > ********************************************************************** > 1 items had failures: > 1 of 3 in __main__.example_5 > ***Test Failed*** 1 failures. > For whitespace errors, see the file .doctest_ribbon.py > [1.5 s] > exit code: 256 > > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---