-
-
Notifications
You must be signed in to change notification settings - Fork 637
Open
Description
Steps To Reproduce
Run AffineGroup(2, 2).list()
.
Expected Behavior
The list of elements, of length 24, is returned. It works like this e.g. for GL(3, 2).list()
.
Actual Behavior
The group is created successfully, but calling .list()
raises KeyError: 'list'
and AttributeError: 'AffineGroup_with_category' object has no attribute 'list'
.
Additional Information
No response
Environment
SageMathCell.
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide