Ticket #1494 (closed defect: fixed)
[with patch, with positive review] bug coercing from maximal order of cyclotomic field into cyclotomic field
| Reported by: | was | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.9 |
| Component: | basic arithmetic | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: K.<z> = CyclotomicField(7) sage: O = K.maximal_order() sage: K(O.1) Traceback (most recent call last): ... TypeError: Cannot coerce element into this number field
Attachments
Change History
comment:2 Changed 5 years ago by cwitty
- Summary changed from bug coercing from maximal order of cyclotomic field into cyclotomic field to [with patch, with positive review] bug coercing from maximal order of cyclotomic field into cyclotomic field
Looks OK to me. The new doctest passes (after applying the trivial patch in trac-1494-fixdoctest.patch).
Note: See
TracTickets for help on using
tickets.

