Opened 7 years ago
Closed 7 years ago
#16033 closed defect (wontfix)
Fix _coerce_map_from_ function for PowerSeriesRing elements.
Reported by: | drose | Owned by: | drose |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | coercion | Keywords: | power series |
Cc: | bhutz | Merged in: | |
Authors: | Dillon Rose | Reviewers: | Ben Hutz, Marc Mezzarobba |
Report Upstream: | N/A | Work issues: | |
Branch: | u/drose/ticket/16033 (Commits) | Commit: | e7c4945b30f73d2dd29658ec9ec28650ddfcbed8 |
Dependencies: | Stopgaps: |
Description
Fix _coerce_map_from_ function for PowerSeriesring? elements to handle constants.
Change History (8)
comment:1 Changed 7 years ago by
- Cc bhutz added
- Owner changed from (none) to drose
comment:2 Changed 7 years ago by
- Summary changed from Fix _coerce_map_from_ function for PowerSeriesring elements. to Fix _coerce_map_from_ function for PowerSeriesRing elements.
comment:3 Changed 7 years ago by
- Branch set to u/drose/ticket/16033
- Created changed from 03/31/14 12:07:52 to 03/31/14 12:07:52
- Modified changed from 03/31/14 12:28:44 to 03/31/14 12:28:44
comment:4 Changed 7 years ago by
- Commit set to e7c4945b30f73d2dd29658ec9ec28650ddfcbed8
- Component changed from algebraic geometry to coercion
- Keywords power series added
comment:5 Changed 7 years ago by
It turns out that this coercion is not the issue. In fact this already works. The real issue form which this arose has been fixed in #16051, so I think this should be closed as do not fix or something similar.
comment:6 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-duplicate/invalid/wontfix
- Reviewers set to Ben Hutz, Marc Mezzarobba
- Status changed from new to needs_review
comment:7 Changed 7 years ago by
- Status changed from needs_review to positive_review
comment:8 Changed 7 years ago by
- Resolution set to wontfix
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Added code to handle constants coercion into PowerSeriesRing elements.