Changes between Initial Version and Version 1 of Ticket #16702
- Timestamp:
- 07/22/14 15:16:32 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16702
-
Property
Status
changed from
new
toneeds_review
- Property Cc dimpase added
-
Property
Branch
changed from
to
u/ncohen/16702
-
Property
Commit
changed from
to
2dbb38d2d5d528971fde504390f903d42969f6ff
-
Property
Status
changed from
-
Ticket #16702 – Description
initial v1 1 Before 2 3 {{{ 4 sage: graphs.ChvatalGraph().automorphism_group().structure_description() 5 ... 6 Error, the Small Groups identification is required but not installed 7 8 executing StructureDescription($sage1); 9 }}} 10 11 12 After 13 14 {{{ 15 sage: graphs.ChvatalGraph().automorphism_group().structure_description() 16 ... 17 RuntimeError: You must install the optional database_gap package first. 18 }}}