#7360 closed defect (fixed)
isomorphism_type_info_simple_group returns an exception instead of raising it
Reported by: | AlexGhitza | Owned by: | joyner |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.2.1 |
Component: | group theory | Keywords: | |
Cc: | Merged in: | sage-4.2.1.rc0 | |
Authors: | Alex Ghitza | Reviewers: | Karl-Dieter Crisman |
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Currently (sage-4.2):
sage: S = KleinFourGroup() sage: S.isomorphism_type_info_simple_group() (<type 'exceptions.TypeError'>, 'Group must be simple.')
The attached patch fixes this and adds a doctest.
Attachments (1)
Change History (5)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Cc wdj removed
- Status changed from new to needs_review
comment:2 Changed 11 years ago by
- Reviewers set to Karl-Dieter Crisman
- Status changed from needs_review to positive_review
comment:3 Changed 11 years ago by
- Merged in set to sage-4.2.1.rc0
- Resolution set to fixed
- Status changed from positive_review to closed
comment:4 Changed 11 years ago by
- Milestone changed from sage-4.3 to sage-4.2.1
Note: See
TracTickets for help on using
tickets.
Positive review - nice catch.