#12358 closed enhancement (duplicate)
Refactor cm_j_invariants_and_orders
Reported by: | was | Owned by: | cremona |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | elliptic curves | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The way the code is structure makes it impossible to actually extract the information I need from cm_j_invariants_and_orders (I can't use it at all, except copy paste). This suggest refactoring cm_j_invariants_and_orders. Right now in the code it make that list , then uses it to get the CM j's, then throws away the list.
Change History (2)
comment:1 Changed 9 years ago by
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 9 years ago by
- Milestone changed from sage-5.0 to sage-duplicate/invalid/wontfix
Note: See
TracTickets for help on using
tickets.
This is better done at #12356. So I'm closing this.