Ticket #5984 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[with patch, positive review] cmp related doctest failure in sage/modular/arithgroup/arithgroup_perm.py

Reported by: mabshoff Owned by: mabshoff
Priority: blocker Milestone: sage-3.4.2
Component: doctest coverage Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

sage -t -long devel/sage/sage/modular/arithgroup/arithgroup_perm.py
**********************************************************************
File "/home/mabshoff/build-3.4.2/sage-3.4.2-eno-gcc-4.3.3/devel/sage-main/sage/modular/arithgroup/arithgroup_perm.py", line 204:
    sage: cmp(G, Gamma0(8))
Expected:
    1
Got:
    -1
**********************************************************************

Attachments

trac_5984.patch Download (873 bytes) - added by mabshoff 4 years ago.

Change History

comment:1 Changed 4 years ago by mabshoff

  • Status changed from new to assigned
  • Summary changed from cmp related doctest failure in sage/modular/arithgroup/arithgroup_perm.py to [with patch, needs review] cmp related doctest failure in sage/modular/arithgroup/arithgroup_perm.py
  • Milestone changed from sage-4.0 to sage-3.4.2

Patch coming up.

Cheers,

Michael

Changed 4 years ago by mabshoff

comment:2 Changed 4 years ago by was

  • Summary changed from [with patch, needs review] cmp related doctest failure in sage/modular/arithgroup/arithgroup_perm.py to [with patch, positive review] cmp related doctest failure in sage/modular/arithgroup/arithgroup_perm.py

comment:3 Changed 4 years ago by mabshoff

  • Status changed from assigned to closed
  • Resolution set to fixed

Merged in Sage 3.4.2.

Cheers,

Michael

Note: See TracTickets for help on using tickets.