Ticket #887 (closed defect: fixed)
[with patch] 2.8.7-alpha0: doctest failure in rings/polynomial/real_roots.pyx
| Reported by: | cwitty | Owned by: | failure |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-2.8.7 |
| Component: | doctest | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
All three errors are essentially the same; here's one of them:
File "real_roots.pyx", line 797:
sage: str(dbp)
Expected:
'<IBP: (-1, 148, 901) + [0 .. 4); level 1; slope_err [-24.000000000000000 .. 24.000000000000000]>'
Got:
'<IBP: (-1, 148, 901) + [0 .. 4); level 1>'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

