Ticket #4389 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

[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

trac_4389.patch Download (0.8 KB) - added by mabshoff 22 months ago.

Change History

Changed 22 months ago by mabshoff

Changed 22 months ago by mhansen

  • summary changed from [with patch, needs review] Sage 3.1.4: optional doctest failure in sage/groups/perm_gps/permgroup.py to [with patch, positive review] Sage 3.1.4: optional doctest failure in sage/groups/perm_gps/permgroup.py

+1

Changed 22 months ago by ddrake

+1 here too

Changed 22 months ago by mabshoff

  • status changed from new to closed
  • resolution set to fixed

Merged in Sage 3.2.alpha2

Note: See TracTickets for help on using tickets.