Ticket #893 (closed defect: fixed)
[with-patch] 2.8.7-alpha0: doctest failure in const.tex
| Reported by: | cwitty | Owned by: | tba |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-2.8.7 |
| Component: | documentation | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
There are three failures, but the last two are direct consequences of the first one:
File "const.py", line 749:
sage: vals = E.Lseries_values_along_line(1-I, 1+10*I, 100) # critical line
Exception raised:
Traceback (most recent call last):
File "/home/cwitty/pre-sage/local/lib/python2.5/doctest.py", line 1212, in
__run
compileflags, 1) in test.globs
File "<doctest __main__.example_22[1]>", line 1, in <module>
vals = E.Lseries_values_along_line(Integer(1)-I, Integer(1)+Integer(10)*
I, Integer(100)) # critical line###line 749:
sage: vals = E.Lseries_values_along_line(1-I, 1+10*I, 100) # critical line
AttributeError: 'EllipticCurve_rational_field' object has no attribute 'Lser
ies_values_along_line'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

