Ticket #1352 (closed defect: fixed)
[with patch] doctest error in 2.8.15.alpha0 polynomial_element.pyx
| Reported by: | mhansen | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | calculus | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: R.<x> = QQ[]; S.<y> = R[] sage: f = x+y*x+y^2 sage: f(x=sqrt(2)) ... IndexError: tuple index out of range
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

