Ticket #4531 (closed defect: fixed)
[with patch, positive review] Sage 3.2.rc1: automorphism_group() doctest failure on 32 bit in sage/combinat/species/library.py
| Reported by: | mabshoff | Owned by: | was |
|---|---|---|---|
| Priority: | blocker | Milestone: | sage-3.2 |
| Component: | combinatorics | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
sage -t devel/sage/sage/combinat/species/library.py
**********************************************************************
File "/home/john/sage-3.2.rc1/devel/sage/sage/combinat/species/library.py",
line 86:
sage: a.automorphism_group()
Expected:
Permutation Group with generators [(), ()]
Got:
Permutation Group with generators [()]
**********************************************************************
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

