Ticket #1203 (closed defect: fixed)
2.8.13.alpha0: flint doctest failures
| Reported by: | mabshoff | Owned by: | failure |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.13 |
| Component: | doctest coverage | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage -t devel/sage-main/sage/libs/flint/fmpz_poly.pyx **********************************************************************
File "fmpz_poly.pyx", line 271:
sage: g / f
Exception raised:
Traceback (most recent call last):
File "/tmp/Work-mabshoff/release-cycles/sage-2.8.13.alpha0/local/lib/python2.5/doctest.py", line 1212, in __run
compileflags, 1) in test.globs
File "<doctest __main__.example_13[3]>", line 1, in <module>
g / f###line 271:
sage: g / f
TypeError: unsupported operand type(s) for /: 'sage.libs.flint.fmpz_poly.Fmpz_poly' and 'sage.libs.flint.fmpz_poly.Fmpz_poly'
**********************************************************************
Attachments
Change History
Changed 5 years ago by mabshoff
-
attachment
7376.patch
added
comment:1 Changed 5 years ago by mabshoff
Nobody complained about the patch. I also updated the description to reflect the "". With the updated flint.spkg from
http://sage.math.washington.edu/home/mabshoff/flint-0.9-r1072.spkg
it compiles on OSX 10.5 and passes testall on OSX 10.5 and sage.math.
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.

fix doctest failure