#13762: Implement k-bounded quotient space
---------------------------------------------------+------------------------
       Reporter:  chrisjamesberg                   |         Owner:  
chrisjamesberg  
           Type:  enhancement                      |        Status:  needs_work 
     
       Priority:  major                            |     Milestone:  sage-5.6   
     
      Component:  combinatorics                    |    Resolution:             
     
       Keywords:  symmetric functions, partitions  |   Work issues:  don't use 
assert
Report Upstream:  N/A                              |     Reviewers:  Anne 
Schilling  
        Authors:  Chris Berg, Mike Zabrocki        |     Merged in:             
     
   Dependencies:                                   |      Stopgaps:             
     
---------------------------------------------------+------------------------
Changes (by jdemeyer):

  * status:  positive_review => needs_work
  * work_issues:  => don't use assert


Comment:

 There has been a discussion about the usage of "assert" and you should not
 use "assert" for bad user input, only to check for actual bugs. Bad input
 should probably give a `ValueError` instead.

 If there is any way at all to reproduce an `AssertionError` using
 documented public functions, that is by definition a bug.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13762#comment:20>
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