Opened 15 years ago
Closed 15 years ago
#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: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
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 (1)
Change History (2)
Changed 15 years ago by
Attachment: | 1352.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Merged in 2.8.15.alpha1.