| 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' |
| | 3 | sage -t -long devel/sage-main/sage/plot/plot.py File "plot.py", line 3513: |
| | 4 | sage: plot(x^(1/3), (x,-1,1)) |
| | 5 | Expected nothing |
| | 6 | Got: |
| | 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> |