Ticket #887 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[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

6930.patch Download (0.8 KB) - added by cwitty 3 years ago.

Change History

Changed 3 years ago by cwitty

Changed 3 years ago by cwitty

  • summary changed from 2.8.7-alpha0: doctest failure in rings/polynomial/real_roots.pyx to [with patch] 2.8.7-alpha0: doctest failure in rings/polynomial/real_roots.pyx

This one was all my fault :-)

My original code was buggy, but the bug was masked by a Cython bug. But I was the one who reported the Cython bug and triggered the fix, exposing this bug...

Changed 3 years ago by was

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.