Changes between Initial Version and Version 2 of Ticket #2596


Ignore:
Timestamp:
03/22/08 15:27:52 (5 years ago)
Author:
mabshoff
Comment:

Ooops, I ended up pasting the wrong doctest failure into the description. Since it now has the corrected version I am reopening this.

Cheers,

Michael

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2596

    • Property Status changed from new to reopened
  • Ticket #2596 – Description

    initial v2  
    11{{{ 
    2 sage -t -long devel/sage/sage/plot/plot.py 
    3 ---------------------------------------------------------------------- 
    4 Total time for all tests: 965.6 seconds 
    52mabshoff@sage:/scratch/mabshoff/release-cycle/sage-2.11.alpha0$ ./sage -t -long devel/sage/sage/plot/plot.py 
    6 sage -t -long devel/sage-main/sage/plot/plot.py 
    7 ********************************************************************** 
    8 File "plot.py", line 3860: 
    9     sage: networkx_plot(C._nxg, pos=C.get_pos(), edge_colors=edge_colors, vertex_labels=False, vertex_size=0) 
    10 Exception raised: 
    11     Traceback (most recent call last): 
    12       File "/scratch/mabshoff/release-cycle/sage-2.11.alpha0/local/lib/python2.5/doctest.py", line 1212, in __run 
    13         compileflags, 1) in test.globs 
    14       File "<doctest __main__.example_118[17]>", line 1, in <module> 
    15         networkx_plot(C._nxg, pos=C.get_pos(), edge_colors=edge_colors, vertex_labels=False, vertex_size=Integer(0))###line 3860: 
    16     sage: networkx_plot(C._nxg, pos=C.get_pos(), edge_colors=edge_colors, vertex_labels=False, vertex_size=0) 
    17     AttributeError: 'Graph' object has no attribute '_nxg' 
     3sage -t -long devel/sage-main/sage/plot/plot.py             File "plot.py", line 3513: 
     4    sage: plot(x^(1/3), (x,-1,1)) 
     5Expected nothing 
     6Got: 
     7    WARNING: When plotting, failed to evaluate function at 99 points. 
     8    Last error message: 'negative number cannot be raised to a fractional power' 
     9    <BLANKLINE> 
    1810********************************************************************** 
    19111 items had failures: 
    20    1 of  18 in __main__.example_118 
    21 ***Test Failed*** 1 failures. 
     12   2 of  28 in __main__.example_111 
     13***Test Failed*** 2 failures. 
    2214For whitespace errors, see the file .doctest_plot.py 
    23          [68.5 s] 
     15         [70.3 s] 
    2416exit code: 256 
    2517}}}