Ticket #4389 (closed defect: fixed)
[with patch, positive review] Sage 3.1.4: optional doctest failure in sage/groups/perm_gps/permgroup.py
| Reported by: | mabshoff | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.2 |
| Component: | doctest | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
sage -t -long -optional devel/sage/sage/groups/perm_gps/permgroup.py
**********************************************************************
File "/scratch/mabshoff/release-cycle/sage-3.1.3.final/tmp/permgroup.py", line 179:
sage: H.gens() # requires optional database_gap
Expected:
((1,2,3,4), (1,3))
Got:
[(1,2,3,4), (1,3)]
**********************************************************************
The above is caused by changing the printing of permutations that went into Sage a while ago. The fix is obvious.
Cheers,
Michael
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

