Changes between Version 6 and Version 8 of Ticket #24431
- Timestamp:
- Dec 31, 2017, 5:47:34 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24431
-
Property
Status
changed from
needs_work
toneeds_review
-
Property
Commit
changed from
00deb276b62aaadc5d1a77a1965821e3efb2def6
to1b1bbbc062f24af9adecd11ddab5a12bf8812636
-
Property
Status
changed from
-
Ticket #24431 – Description
v6 v8 17 17 }}} 18 18 19 There are also wrong coercions allowed19 There are also wrong coercions going on 20 20 {{{ 21 21 sage: x = LaurentSeriesRing(QQ, 'x').gen() … … 27 27 Laurent Series Ring in x over Rational Field 28 28 }}} 29 30 By fixing these problems, we had to adapt some code in `sage/schemes/hyperelliptic_curves/hyperelliptic_generic.py` that used to benefit from this buggy behavior.