Opened 14 years ago
Closed 14 years ago
#5749 closed defect (fixed)
[with patch, positive review] Bring coverage of sage/rings/power_series_poly.pyx to 100%.
Reported by: | craigcitro | Owned by: | mabshoff |
---|---|---|---|
Priority: | major | Milestone: | sage-3.4.1 |
Component: | doctest coverage | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The attached patch brings up coverage for the power_series_poly.pyx
file.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | power-series-poly-docs.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
I noticed a serious issue/bug with power series when reading the doctests. See #5769.
comment:3 Changed 14 years ago by
Summary: | [with patch, needs review] Bring coverage of sage/rings/power_series_poly.pyx to 100%. → [with patch, positive review] Bring coverage of sage/rings/power_series_poly.pyx to 100%. |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merged in Sage 3.4.1.rc3.
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.
Note that the patch is against
sage-3.4.1-rc1
, so hopefully has no merge issues withrc2
.