Ticket #1229 (closed defect: fixed)
2.8.13.rc1: sage/calculus/calculus.py doctest failure
| Reported by: | mabshoff | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-2.8.13 |
| Component: | doctest | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
File "calculus.py", line 209:
sage: expand((x+y)^3)
Expected:
y^3 + 3*x*y^2 + 3*x^2*y + x^3
Got:
x^6 + 3*x^5 + 3*x^4 + x^3
This is likely fallout from #1215.
Cheers,
Michael
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

