#8420: [work in progress] new feature : class of perfect matching
------------------------------+---------------------------------------------
   Reporter:  vferay          |       Owner:  sage-combinat   
       Type:  enhancement     |      Status:  needs_work      
   Priority:  major           |   Milestone:                  
  Component:  combinatorics   |    Keywords:  perfect matching
     Author:  Valentin Feray  |    Upstream:  N/A             
   Reviewer:  Florent Hivert  |      Merged:                  
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by hivert):

  * status:  needs_review => needs_work
  * reviewer:  hivert => Florent Hivert


Comment:

 Replying to [comment:2 vferay]:
 Hi Valentin,

 I started to review your patch. Here is a comment:

 When you construct a new class of parent or elements, you should add a
 call to the standard tests suite. Namely, inside each {{{__init__}}}
 method, you should build a representative object say {{{Obj}}} of the
 class and add
 {{{
 sage: TestSuite(Obj).run()
 }}}
 The result should be nothing. If you get something then the error message
 is supposed to explain the problem.

 Cheers,

 Florent

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8420#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to