Opened 13 years ago
Closed 13 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: | 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 13 years ago by
comment:1 Changed 13 years ago by
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Merged in 2.8.15.alpha1.