Changes between Initial Version and Version 5 of Ticket #22720
- Timestamp:
- 10/01/17 00:10:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22720
-
Property
Status
changed from
new
toneeds_review
-
Property
Branch
changed from
to
u/amy/additiveabeliangroup_____annihilator___fails_
-
Property
Reviewers
changed from
to
Travis Scrimshaw
- Property Keywords sd91 added
-
Property
Commit
changed from
to
360ce18f8e3483e4af3fdd40ab33273a820f091b
-
Property
Status
changed from
-
Ticket #22720 – Description
initial v5 1 {{{ 2 #!div style="font-size: 80%" 3 Code highlighting: 4 {{{#!python 5 AdditiveAbelianGroup( [] ).annihilator() 6 }}} 1 {{{#!sage 2 sage: AdditiveAbelianGroup( [] ).annihilator() 3 ... 4 TypeError: reduce() of empty sequence with no initial value 7 5 }}} 8 9 Fails 10 11 But the answer should be the ideal (1) of ZZ. 6 fails. The answer should be the ideal (1) of `ZZ`.