Ticket #12897 (closed enhancement: fixed)
Increase doctest coverage in coding/sd_codes.py to 100%
| Reported by: | benjaminfjones | Owned by: | mvngu |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-5.1 |
| Component: | documentation | Keywords: | linear code doctest coverage |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Punarbasu Purkayastha |
| Authors: | Benjamin Jones | Merged in: | sage-5.1.beta1 |
| Dependencies: | Stopgaps: |
Description (last modified by benjaminfjones) (diff)
As the summary says. As of sage-5.0.beta12 we have:
sd_codes.py SCORE sd_codes.py: 20% (1 of 5) Missing documentation: * MS(n): * matA(n): * matId(n): * MS2(n):
Apply trac_12897_sd_codes_coverage.v2.patch to Sage library.
Attachments
Change History
comment:3 Changed 13 months ago by ppurka
I have just one comment:
In matA(n) and matId(n) it should be mentioned that the field is GF(2). Also, \delta_ij in matA should be \delta_{ij}.
Other than that, the patch looks good to me.
comment:5 follow-up: ↓ 6 Changed 13 months ago by benjaminfjones
Ok, good point. The new patch has the changes.
comment:6 in reply to: ↑ 5 Changed 13 months ago by ppurka
Replying to benjaminfjones:
Ok, good point. The new patch has the changes.
I think you uploaded the older patch by mistake. :)
comment:7 Changed 13 months ago by benjaminfjones
Yes, sorry about that. It is the correct version now.
Note: See
TracTickets for help on using
tickets.


After the patch: