Opened 13 years ago
Closed 13 years ago
#5904 closed defect (fixed)
[with patch, with positive review] improve doctest coverage for schemes/jacobians/abstract_jacobian.py
Reported by: | AlexGhitza | Owned by: | AlexGhitza |
---|---|---|---|
Priority: | minor | Milestone: | sage-3.4.2 |
Component: | algebraic geometry | Keywords: | abstract jacobian doctest |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The attached patch improves the doctest coverage of abstract_jacobian.py
from 0% to 85% (6 of 7).
Attachments (1)
Change History (4)
Changed 13 years ago by
comment:1 Changed 13 years ago by
- Owner changed from was to AlexGhitza
- Status changed from new to assigned
comment:2 Changed 13 years ago by
- Summary changed from [with patch, needs review] improve doctest coverage for schemes/jacobians/abstract_jacobian.py to [with patch, with positive review] improve doctest coverage for schemes/jacobians/abstract_jacobian.py
comment:3 Changed 13 years ago by
- Resolution set to fixed
- Status changed from assigned to closed
Merged in Sage 3.4.2.rc0.
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.
Looks good, applies cleanly to 3.4.2.alpha0 and tests pass. I guess there is no point in adding this to the reference manual as it has no actual functionality really. (As admitted in notes.txt).