Opened 12 years ago
Closed 9 years ago
#6810 closed enhancement (duplicate)
improve doctest coverage in schemes/homset.py
Reported by: | AlexGhitza | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | algebraic geometry | Keywords: | doctest schemes homset |
Cc: | vbraun | Merged in: | |
Authors: | Reviewers: | Volker Braun, Andrey Novoseltsev | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #11599 | Stopgaps: |
Description (last modified by )
The current coverage is 8% and should be brought up to 100%.
Also, there are small but annoying bugs such as: the methods that enumerate the points on schemes over finite fields do not sort the list before returning it (this issue is addressed by #9055).
Change History (5)
comment:1 Changed 10 years ago by
- Description modified (diff)
- Report Upstream set to N/A
- Type changed from defect to enhancement
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
- Dependencies set to #11599
- Status changed from new to needs_review
Indeed, it is fixed there!
comment:4 Changed 9 years ago by
- Cc vbraun added
- Reviewers set to Andrey Novoseltsev
- Status changed from needs_review to positive_review
comment:5 Changed 9 years ago by
- Milestone changed from sage-5.0 to sage-duplicate/invalid/wontfix
- Resolution set to duplicate
- Reviewers changed from Andrey Novoseltsev to Volker Braun, Andrey Novoseltsev
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Should be fixed in #11599.